[Checkins] SVN: GenericSetup/trunk/ Whitespace janitor

Tres Seaver tseaver at palladion.com
Thu Oct 19 11:46:17 EDT 2006


Log message for revision 70813:
  Whitespace janitor

Changed:
  U   GenericSetup/trunk/content.py
  U   GenericSetup/trunk/context.py
  U   GenericSetup/trunk/tests/test_tool.py

-=-
Modified: GenericSetup/trunk/content.py
===================================================================
--- GenericSetup/trunk/content.py	2006-10-19 14:27:42 UTC (rev 70812)
+++ GenericSetup/trunk/content.py	2006-10-19 15:46:15 UTC (rev 70813)
@@ -104,10 +104,10 @@
             csv_writer.writerow((object_id, factory_name))
 
         export_context.writeDataFile('.objects',
-                                     text=stream.getvalue(),
-                                     content_type='text/comma-separated-values',
-                                     subdir=subdir,
-                                    )
+                                    text=stream.getvalue(),
+                                    content_type='text/comma-separated-values',
+                                    subdir=subdir,
+                                   )
 
         prop_adapter = IINIAware(context, None)
 

Modified: GenericSetup/trunk/context.py
===================================================================
--- GenericSetup/trunk/context.py	2006-10-19 14:27:42 UTC (rev 70812)
+++ GenericSetup/trunk/context.py	2006-10-19 15:46:15 UTC (rev 70813)
@@ -285,8 +285,8 @@
 
     security = ClassSecurityInfo()
 
-    def __init__( self, tool, archive_bits, encoding=None, should_purge=False ):
-
+    def __init__( self, tool, archive_bits, encoding=None,
+                  should_purge=False ):
         BaseContext.__init__( self, tool, encoding )
         timestamp = time.gmtime()
         self._archive_stream = StringIO(archive_bits)

Modified: GenericSetup/trunk/tests/test_tool.py
===================================================================
--- GenericSetup/trunk/tests/test_tool.py	2006-10-19 14:27:42 UTC (rev 70812)
+++ GenericSetup/trunk/tests/test_tool.py	2006-10-19 15:46:15 UTC (rev 70813)
@@ -175,7 +175,7 @@
         self.assertEqual( info[ 'version' ], '1' )
         self.failUnless( 'One small step' in info[ 'description' ] )
         self.assertEqual( info[ 'handler' ]
-                        , 'Products.GenericSetup.tests.test_registry.ONE_FUNC' )
+                        , 'Products.GenericSetup.tests.test_registry.ONE_FUNC')
 
         self.assertEqual( import_registry.getStep( 'one' ), ONE_FUNC )
 
@@ -187,7 +187,7 @@
         self.assertEqual( info[ 'title' ], 'One Step' )
         self.failUnless( 'One small step' in info[ 'description' ] )
         self.assertEqual( info[ 'handler' ]
-                        , 'Products.GenericSetup.tests.test_registry.ONE_FUNC' )
+                        , 'Products.GenericSetup.tests.test_registry.ONE_FUNC')
 
         self.assertEqual( export_registry.getStep( 'one' ), ONE_FUNC )
 



More information about the Checkins mailing list