changeset 146:ebaee69c5ea4

whitespace
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 05 Mar 2012 14:32:21 -0800
parents c07dd14d5842
children bdf4049e83ea
files makeitso/python_package/tests/test.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/makeitso/python_package/tests/test.py	Mon Mar 05 14:26:54 2012 -0800
+++ b/makeitso/python_package/tests/test.py	Mon Mar 05 14:32:21 2012 -0800
@@ -24,8 +24,8 @@
         doctest_args['optionflags'] |= doctest.REPORT_ONLY_FIRST_FAILURE
 
     # gather tests
-    tests =  [ test for test in os.listdir(directory)
-               if test.endswith('.txt') ]
+    tests =  [test for test in os.listdir(directory)
+              if test.endswith('.txt')]
 
     # run the tests
     for test in tests: