summaryrefslogtreecommitdiffstats
path: root/QMTest/TestSCons.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2016-09-30 19:02:36 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2016-09-30 19:02:36 (GMT)
commitf3a1b325d4baf5f4bc554a596b676e2029046b7c (patch)
tree265da72cee089812b4eaf50b396b55e64c7d84fb /QMTest/TestSCons.py
parent6a1b06d97163ad7ec280c2a028fac33258677123 (diff)
downloadSCons-f3a1b325d4baf5f4bc554a596b676e2029046b7c.zip
SCons-f3a1b325d4baf5f4bc554a596b676e2029046b7c.tar.gz
SCons-f3a1b325d4baf5f4bc554a596b676e2029046b7c.tar.bz2
fix some formatting
Diffstat (limited to 'QMTest/TestSCons.py')
-rw-r--r--QMTest/TestSCons.py23
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 = {