diff options
Diffstat (limited to 'test/Rpcgen/RPCGEN.py')
-rw-r--r-- | test/Rpcgen/RPCGEN.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Rpcgen/RPCGEN.py b/test/Rpcgen/RPCGEN.py index 7430ba7..e8a7a1f 100644 --- a/test/Rpcgen/RPCGEN.py +++ b/test/Rpcgen/RPCGEN.py @@ -24,9 +24,8 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" -import os -import string import sys + import TestSCons _python_ = TestSCons._python_ |