From 7a561dedc976c691b0836bd5d5a977ef31e6c108 Mon Sep 17 00:00:00 2001
From: Julien Malik <julien.malik@c-s.fr>
Date: Tue, 13 Sep 2011 15:59:26 +0200
Subject: [PATCH] ENH: move Testing/Python to Testing/Code/Wrappers/Python

---
 Testing/{ => Code/Wrappers/Python}/Python/CMakeLists.txt          | 0
 Testing/{ => Code/Wrappers/Python}/Python/PythonAdditionTest.py   | 0
 .../{ => Code/Wrappers/Python}/Python/PythonAllocateOutputTest.py | 0
 Testing/{ => Code/Wrappers/Python}/Python/PythonCopyInputTest.py  | 0
 .../Wrappers/Python}/Python/PythonHyperspectralUnmixing1.py       | 0
 .../{ => Code/Wrappers/Python}/Python/PythonInternalReaderTest.py | 0
 Testing/{ => Code/Wrappers/Python}/Python/PythonRescaleTest.py    | 0
 Testing/{ => Code/Wrappers/Python}/Python/PythonSmoothingTest.py  | 0
 8 files changed, 0 insertions(+), 0 deletions(-)
 rename Testing/{ => Code/Wrappers/Python}/Python/CMakeLists.txt (100%)
 rename Testing/{ => Code/Wrappers/Python}/Python/PythonAdditionTest.py (100%)
 rename Testing/{ => Code/Wrappers/Python}/Python/PythonAllocateOutputTest.py (100%)
 rename Testing/{ => Code/Wrappers/Python}/Python/PythonCopyInputTest.py (100%)
 rename Testing/{ => Code/Wrappers/Python}/Python/PythonHyperspectralUnmixing1.py (100%)
 rename Testing/{ => Code/Wrappers/Python}/Python/PythonInternalReaderTest.py (100%)
 rename Testing/{ => Code/Wrappers/Python}/Python/PythonRescaleTest.py (100%)
 rename Testing/{ => Code/Wrappers/Python}/Python/PythonSmoothingTest.py (100%)

diff --git a/Testing/Python/CMakeLists.txt b/Testing/Code/Wrappers/Python/Python/CMakeLists.txt
similarity index 100%
rename from Testing/Python/CMakeLists.txt
rename to Testing/Code/Wrappers/Python/Python/CMakeLists.txt
diff --git a/Testing/Python/PythonAdditionTest.py b/Testing/Code/Wrappers/Python/Python/PythonAdditionTest.py
similarity index 100%
rename from Testing/Python/PythonAdditionTest.py
rename to Testing/Code/Wrappers/Python/Python/PythonAdditionTest.py
diff --git a/Testing/Python/PythonAllocateOutputTest.py b/Testing/Code/Wrappers/Python/Python/PythonAllocateOutputTest.py
similarity index 100%
rename from Testing/Python/PythonAllocateOutputTest.py
rename to Testing/Code/Wrappers/Python/Python/PythonAllocateOutputTest.py
diff --git a/Testing/Python/PythonCopyInputTest.py b/Testing/Code/Wrappers/Python/Python/PythonCopyInputTest.py
similarity index 100%
rename from Testing/Python/PythonCopyInputTest.py
rename to Testing/Code/Wrappers/Python/Python/PythonCopyInputTest.py
diff --git a/Testing/Python/PythonHyperspectralUnmixing1.py b/Testing/Code/Wrappers/Python/Python/PythonHyperspectralUnmixing1.py
similarity index 100%
rename from Testing/Python/PythonHyperspectralUnmixing1.py
rename to Testing/Code/Wrappers/Python/Python/PythonHyperspectralUnmixing1.py
diff --git a/Testing/Python/PythonInternalReaderTest.py b/Testing/Code/Wrappers/Python/Python/PythonInternalReaderTest.py
similarity index 100%
rename from Testing/Python/PythonInternalReaderTest.py
rename to Testing/Code/Wrappers/Python/Python/PythonInternalReaderTest.py
diff --git a/Testing/Python/PythonRescaleTest.py b/Testing/Code/Wrappers/Python/Python/PythonRescaleTest.py
similarity index 100%
rename from Testing/Python/PythonRescaleTest.py
rename to Testing/Code/Wrappers/Python/Python/PythonRescaleTest.py
diff --git a/Testing/Python/PythonSmoothingTest.py b/Testing/Code/Wrappers/Python/Python/PythonSmoothingTest.py
similarity index 100%
rename from Testing/Python/PythonSmoothingTest.py
rename to Testing/Code/Wrappers/Python/Python/PythonSmoothingTest.py
-- 
GitLab