Commit 71a521c4 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent 208bb5f6
...@@ -39,4 +39,3 @@ class IConnection(zope.interface.Interface): ...@@ -39,4 +39,3 @@ class IConnection(zope.interface.Interface):
must implement the IPersistent interface and must not must implement the IPersistent interface and must not
already be associated with a Connection. already be associated with a Connection.
""" """
...@@ -278,4 +278,3 @@ class IPersistentDataManager(Interface): ...@@ -278,4 +278,3 @@ class IPersistentDataManager(Interface):
is returned. If non-None, the return value is the kind of is returned. If non-None, the return value is the kind of
timestamp supplied by Python's time.time(). timestamp supplied by Python's time.time().
""" """
...@@ -633,4 +633,3 @@ class DataManagerAdapter(object): ...@@ -633,4 +633,3 @@ class DataManagerAdapter(object):
def sortKey(self): def sortKey(self):
return self._datamanager.sortKey() return self._datamanager.sortKey()
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