From 83fccb033ce3e39f522c90f6afb2f7583bd75369 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Mon, 19 Jan 2009 15:19:33 +0000 Subject: [PATCH] Move test/option-h.py to test/option/h.py and clean up an unnecessary import. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3908 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- test/{option-h.py => option/h.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename test/{option-h.py => option/h.py} (99%) diff --git a/test/option-h.py b/test/option/h.py similarity index 99% rename from test/option-h.py rename to test/option/h.py index 7b36c245..bf6a6ae0 100644 --- a/test/option-h.py +++ b/test/option/h.py @@ -24,9 +24,9 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" -import TestSCons import string -import sys + +import TestSCons test = TestSCons.TestSCons() -- 2.26.2