[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/__init__.py Removed trailing whitespace.

Jim Fulton jim at zope.com
Fri Apr 24 17:16:32 EDT 2009


Log message for revision 99477:
  Removed trailing whitespace.
  

Changed:
  U   ZODB/trunk/src/ZEO/__init__.py

-=-
Modified: ZODB/trunk/src/ZEO/__init__.py
===================================================================
--- ZODB/trunk/src/ZEO/__init__.py	2009-04-24 20:57:51 UTC (rev 99476)
+++ ZODB/trunk/src/ZEO/__init__.py	2009-04-24 21:16:32 UTC (rev 99477)
@@ -44,7 +44,7 @@
     path
        A file-storage path. This argument is ignored if a storage
        configuration is supplied.
-    
+
     blob_dir
        A blob directory path. This argument is ignored if a storage
        configuration is supplied.
@@ -57,12 +57,12 @@
 
     zeo_conf
        A ZEO server configuration string.
-    
+
     port
        If no ZEO configuration is supplied, the one will be computed
        from the port.  If no port is supplied, one will be chosedn
        randomly.
-    
+
     """
     import os, ZEO.tests.forker
     if storage_conf is None and path is None:
@@ -77,4 +77,4 @@
     def stop_server():
         ZEO.tests.forker.shutdown_zeo_server(admin)
         os.waitpid(pid, 0)
-    return addr, stop_server 
+    return addr, stop_server



More information about the Zodb-checkins mailing list