[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/interfaces.py Cleaned up whitespace.
Jim Fulton
jim at zope.com
Wed Dec 23 10:40:38 EST 2009
Log message for revision 107011:
Cleaned up whitespace.
Changed:
U ZODB/trunk/src/ZEO/interfaces.py
-=-
Modified: ZODB/trunk/src/ZEO/interfaces.py
===================================================================
--- ZODB/trunk/src/ZEO/interfaces.py 2009-12-23 14:03:02 UTC (rev 107010)
+++ ZODB/trunk/src/ZEO/interfaces.py 2009-12-23 15:40:37 UTC (rev 107011)
@@ -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