# HG changeset patch # User Jeff Hammel # Date 1330986741 28800 # Node ID ebaee69c5ea42ec1318851ef5aaa50cf80ea2258 # Parent c07dd14d584256602bea3fdfaa1f03b594b599f2 whitespace diff -r c07dd14d5842 -r ebaee69c5ea4 makeitso/python_package/tests/test.py --- 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: