Commit 28760359 authored by Jim Fulton's avatar Jim Fulton

Cleaned up whitespace.

parent e3883512
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
import zope.interface import zope.interface
class StaleCache(object): class StaleCache(object):
"""A ZEO cache is stale and requires verification. """A ZEO cache is stale and requires verification.
""" """
def __init__(self, storage): def __init__(self, storage):
...@@ -30,7 +30,7 @@ class IServeable(zope.interface.Interface): ...@@ -30,7 +30,7 @@ class IServeable(zope.interface.Interface):
Return the transaction id of the last transaction that committed a Return the transaction id of the last transaction that committed a
change to an object with the given object id. change to an object with the given object id.
""" """
def tpc_transaction(): def tpc_transaction():
...@@ -40,7 +40,7 @@ class IServeable(zope.interface.Interface): ...@@ -40,7 +40,7 @@ class IServeable(zope.interface.Interface):
return the transaction (object) being committed. Otherwise return the transaction (object) being committed. Otherwise
return None. return None.
""" """
def lastInvalidations(size): def lastInvalidations(size):
"""Get recent transaction invalidations """Get recent transaction invalidations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment