diff options
author | William Deegan <bill@baddogconsulting.com> | 2016-09-30 19:02:36 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2016-09-30 19:02:36 (GMT) |
commit | f3a1b325d4baf5f4bc554a596b676e2029046b7c (patch) | |
tree | 265da72cee089812b4eaf50b396b55e64c7d84fb /QMTest/TestSCons.py | |
parent | 6a1b06d97163ad7ec280c2a028fac33258677123 (diff) | |
download | SCons-f3a1b325d4baf5f4bc554a596b676e2029046b7c.zip SCons-f3a1b325d4baf5f4bc554a596b676e2029046b7c.tar.gz SCons-f3a1b325d4baf5f4bc554a596b676e2029046b7c.tar.bz2 |
fix some formatting
Diffstat (limited to 'QMTest/TestSCons.py')
-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 = { |