diff options
Diffstat (limited to 'test/Value.py')
-rw-r--r-- | test/Value.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Value.py b/test/Value.py index 01cb370..ea6e682 100644 --- a/test/Value.py +++ b/test/Value.py @@ -24,9 +24,9 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" -import os import re import sys + import TestSCons import TestCmd |