[Zodb-checkins] SVN: ZODB/branches/jim-thready/src/ZEO/interfaces.py Cleaned up whitespace.

Jim Fulton jim at zope.com
Wed Dec 23 10:44:43 EST 2009


Log message for revision 107014:
  Cleaned up whitespace.
  

Changed:
  U   ZODB/branches/jim-thready/src/ZEO/interfaces.py

-=-
Modified: ZODB/branches/jim-thready/src/ZEO/interfaces.py
===================================================================
--- ZODB/branches/jim-thready/src/ZEO/interfaces.py	2009-12-23 15:43:32 UTC (rev 107013)
+++ ZODB/branches/jim-thready/src/ZEO/interfaces.py	2009-12-23 15:44:42 UTC (rev 107014)
@@ -15,7 +15,7 @@
 import zope.interface
 
 class StaleCache(object):
-    """A ZEO cache is stale and requires verification. 
+    """A ZEO cache is stale and requires verification.
     """
 
     def __init__(self, storage):
@@ -30,7 +30,7 @@
 
         Return the transaction id of the last transaction that committed a
         change to an object with the given object id.
-        
+
         """
 
     def tpc_transaction():
@@ -40,7 +40,7 @@
         return the transaction (object) being committed.  Otherwise
         return None.
         """
-        
+
     def lastInvalidations(size):
         """Get recent transaction invalidations
 



More information about the Zodb-checkins mailing list