diff options
-rw-r--r-- | QMTest/TestSCons.py | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index a515684..69e1bbb 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -47,17 +47,18 @@ SConsVersion = '__VERSION__' if SConsVersion == '__' + 'VERSION' + '__': SConsVersion = default_version -__all__.extend([ 'TestSCons', - 'machine', - 'python', - '_exe', - '_obj', - '_shobj', - 'shobj_', - 'lib_', - '_lib', - 'dll_', - '_dll' +__all__.extend([ + 'TestSCons', + 'machine', + 'python', + '_exe', + '_obj', + '_shobj', + 'shobj_', + 'lib_', + '_lib', + 'dll_', + '_dll' ]) machine_map = { |