Move test/option-h.py to test/option/h.py and clean up an unnecessary import.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 19 Jan 2009 15:19:33 +0000 (15:19 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Mon, 19 Jan 2009 15:19:33 +0000 (15:19 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@3908 fdb21ef1-2011-0410-befe-b5e4ea1792b1

test/option/h.py [moved from test/option-h.py with 99% similarity]

similarity index 99%
rename from test/option-h.py
rename to test/option/h.py
index 7b36c245f7037420cf049cff491bce7e8b2b6240..bf6a6ae0d2b17d9eb7aa360ec39c00356b97b125 100644 (file)
@@ -24,9 +24,9 @@
 
 __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
 
-import TestSCons
 import string
-import sys
+
+import TestSCons
 
 test = TestSCons.TestSCons()