diff tests/test_template_keywords.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 4baa41e0f8ad
children 312b37bc5e20
line wrap: on
line diff
--- a/tests/test_template_keywords.py
+++ b/tests/test_template_keywords.py
@@ -82,5 +82,5 @@ class TestLogKeywords(test_util.TestBase
                           template='{rev}:{svnrev} ', **defaults)
 
 def suite():
-    all = [unittest.TestLoader().loadTestsFromTestCase(TestLogKeywords),]
+    all = [unittest.TestLoader().loadTestsFromTestCase(TestLogKeywords), ]
     return unittest.TestSuite(all)