[Zope-Checkins] 
	SVN: Products.Five/branches/philikon-local-components/component/tests.py
	fux big (SyntaxError)
    Philipp von Weitershausen 
    philikon at philikon.de
       
    Sat Mar  4 19:34:10 EST 2006
    
    
  
Log message for revision 65815:
  fux big (SyntaxError)
  
Changed:
  U   Products.Five/branches/philikon-local-components/component/tests.py
-=-
Modified: Products.Five/branches/philikon-local-components/component/tests.py
===================================================================
--- Products.Five/branches/philikon-local-components/component/tests.py	2006-03-05 00:32:56 UTC (rev 65814)
+++ Products.Five/branches/philikon-local-components/component/tests.py	2006-03-05 00:34:09 UTC (rev 65815)
@@ -22,8 +22,8 @@
 
 def test_suite():
     return unittest.TestSuite([
-        DocFileSuite('component.txt', package="Products.Five.component")        
-        DocFileSuite('zpt.txt', package="Products.Five.component")        
+        DocFileSuite('component.txt', package="Products.Five.component"),
+        DocFileSuite('zpt.txt', package="Products.Five.component")
         ])
 
 if __name__ == '__main__':
    
    
More information about the Zope-Checkins
mailing list