diff tests/test_startrev.py @ 832:e9af7eba88db

globally: clean up whitespace around operators and commas to conform with PEP8 Mostly autoformatted by Eclipse. A few manual corrections were performed where Eclipse's autoformatter did something non-idiomatic.
author Yonggang Luo <luoyonggang@gmail.com>
date Wed, 12 Oct 2011 15:35:25 +0800
parents d101b39f6c51
children 312b37bc5e20
line wrap: on
line diff
--- a/tests/test_startrev.py
+++ b/tests/test_startrev.py
@@ -61,7 +61,7 @@ for case in [f for f in os.listdir(test_
     name = bname + '_stupid'
     attrs[name] = buildmethod(case, name, subdir, True)
 
-StartRevTests = type('StartRevTests', (test_util.TestBase, ), attrs)
+StartRevTests = type('StartRevTests', (test_util.TestBase,), attrs)
 
 
 def suite():