[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/tests/PackableStorage.py Removed trailing whitespace.
Jim Fulton
jim at zope.com
Thu Oct 8 16:19:18 EDT 2009
Log message for revision 104951:
Removed trailing whitespace.
Changed:
U ZODB/trunk/src/ZODB/tests/PackableStorage.py
-=-
Modified: ZODB/trunk/src/ZODB/tests/PackableStorage.py
===================================================================
--- ZODB/trunk/src/ZODB/tests/PackableStorage.py 2009-10-08 18:30:11 UTC (rev 104950)
+++ ZODB/trunk/src/ZODB/tests/PackableStorage.py 2009-10-08 20:19:18 UTC (rev 104951)
@@ -87,8 +87,8 @@
p.dump(obj)
p.dump(None)
return s.getvalue()
-
+
class PackableStorageBase:
# We keep a cache of object ids to instances so that the unpickler can
# easily return any persistent object.
@@ -539,9 +539,9 @@
raises(KeyError, self._storage.loadSerial, oid, revid1)
raises(KeyError, self._storage.loadSerial, oid, revid2)
self._storage.loadSerial(oid, revid3)
-
-
+
+
class PackableUndoStorage(PackableStorageBase):
def checkPackUnlinkedFromRoot(self):
More information about the Zodb-checkins
mailing list