[Zope-Checkins] CVS: Zope/lib/python/ZODB - BaseStorage.py:1.29
Toby Dickenson
tdickenson@geminidataloggers.com
Wed, 4 Dec 2002 05:35:12 -0500
Update of /cvs-repository/Zope/lib/python/ZODB
In directory cvs.zope.org:/tmp/cvs-serv19741
Modified Files:
BaseStorage.py
Log Message:
whitespace normalisation
=== Zope/lib/python/ZODB/BaseStorage.py 1.28 => 1.29 ===
--- Zope/lib/python/ZODB/BaseStorage.py:1.28 Mon Nov 18 18:17:40 2002
+++ Zope/lib/python/ZODB/BaseStorage.py Wed Dec 4 05:35:11 2002
@@ -250,7 +250,7 @@
Dictionary values should be None; this will be a handy place
for extra marshalling information, should we need it
"""
- return {}
+ return {}
def copyTransactionsFrom(self, other, verbose=0):
"""Copy transactions from another storage.