diff options
| author | Steven Knight <knight@baldmt.com> | 2009-01-19 15:19:33 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2009-01-19 15:19:33 (GMT) |
| commit | aacc6d0c3fb751d91f928c359ff455fa7b77500b (patch) | |
| tree | 4074aefb32932f56f12f63e9af9fce3bed5ecf6e /test | |
| parent | 8b31a894b030bbca8afa5383f708da68b4665b79 (diff) | |
| download | SCons-aacc6d0c3fb751d91f928c359ff455fa7b77500b.zip SCons-aacc6d0c3fb751d91f928c359ff455fa7b77500b.tar.gz SCons-aacc6d0c3fb751d91f928c359ff455fa7b77500b.tar.bz2 | |
Move test/option-h.py to test/option/h.py and clean up an unnecessary import.
Diffstat (limited to 'test')
| -rw-r--r-- | test/option/h.py (renamed from test/option-h.py) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/option-h.py b/test/option/h.py index 7b36c24..bf6a6ae 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() |
