diff options
Diffstat (limited to 'test/option-f.py')
-rw-r--r-- | test/option-f.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/option-f.py b/test/option-f.py index a8c7c7b..8fb585c 100644 --- a/test/option-f.py +++ b/test/option-f.py @@ -24,8 +24,9 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" +import os + import TestSCons -import os.path test = TestSCons.TestSCons() |