From 5c9da24a1d17108b54658082c1dea2f7c6262ccd Mon Sep 17 00:00:00 2001 From: Fred Z Date: Wed, 21 Feb 2018 23:51:06 +0100 Subject: [PATCH] Deplace les exemples stackex --- file1.py => stackex/file1.py | 0 file2.py => stackex/file2.py | 0 linttest01.py => stackex/linttest01.py | 0 linttest02.py => stackex/linttest02.py | 0 sendtofucntion.py => stackex/sendtofunction.py | 0 tryexcept.py => stackex/tryexcept.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename file1.py => stackex/file1.py (100%) rename file2.py => stackex/file2.py (100%) rename linttest01.py => stackex/linttest01.py (100%) rename linttest02.py => stackex/linttest02.py (100%) rename sendtofucntion.py => stackex/sendtofunction.py (100%) rename tryexcept.py => stackex/tryexcept.py (100%) diff --git a/file1.py b/stackex/file1.py similarity index 100% rename from file1.py rename to stackex/file1.py diff --git a/file2.py b/stackex/file2.py similarity index 100% rename from file2.py rename to stackex/file2.py diff --git a/linttest01.py b/stackex/linttest01.py similarity index 100% rename from linttest01.py rename to stackex/linttest01.py diff --git a/linttest02.py b/stackex/linttest02.py similarity index 100% rename from linttest02.py rename to stackex/linttest02.py diff --git a/sendtofucntion.py b/stackex/sendtofunction.py similarity index 100% rename from sendtofucntion.py rename to stackex/sendtofunction.py diff --git a/tryexcept.py b/stackex/tryexcept.py similarity index 100% rename from tryexcept.py rename to stackex/tryexcept.py