From f3a1b325d4baf5f4bc554a596b676e2029046b7c Mon Sep 17 00:00:00 2001 From: William Deegan Date: Fri, 30 Sep 2016 15:02:36 -0400 Subject: fix some formatting --- QMTest/TestSCons.py | 23 ++++++++++++----------- 1 file 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 = { -- cgit v0.12