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

Jim Fulton jim at zope.com
Mon Aug 24 14:17:53 EDT 2009


Log message for revision 103174:
  Removed trailing whitespace.
  

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

-=-
Modified: ZODB/trunk/src/ZEO/ServerStub.py
===================================================================
--- ZODB/trunk/src/ZEO/ServerStub.py	2009-08-24 18:17:51 UTC (rev 103173)
+++ ZODB/trunk/src/ZEO/ServerStub.py	2009-08-24 18:17:52 UTC (rev 103174)
@@ -164,7 +164,6 @@
         return self.rpc.call('zeoLoad', oid)[:2]
 
     ##
-    
     # Return current data for oid, and the tid of the
     # transaction that wrote the most recent revision.
     # @param oid object id
@@ -321,7 +320,7 @@
 
     def verify(self, oid, serial):
         self.rpc.callAsync('verify', oid, '', serial)
-    
+
     def loadEx(self, oid):
         return self.rpc.call("loadEx", oid, '')[:2]
 
@@ -348,7 +347,7 @@
         self.rpc.callAsyncIterator(store())
 
     def storeBlobShared(self, oid, serial, data, filename, id):
-        self.rpc.callAsync('storeBlobShared', oid, serial, data, filename, 
+        self.rpc.callAsync('storeBlobShared', oid, serial, data, filename,
                            '', id)
 
     def zeoVerify(self, oid, s):
@@ -371,7 +370,7 @@
 
 
 def stub(client, connection):
-        
+
     # Wait until we know what version the other side is using.
     while connection.peer_protocol_version is None:
         time.sleep(0.1)



More information about the Zodb-checkins mailing list