[Zodb-checkins] SVN: ZODB/branches/blob-merge-branch/src/ZODB/DB.py
- whitespace
Christian Theune
ct at gocept.com
Fri Sep 22 02:49:04 EDT 2006
Log message for revision 70323:
- whitespace
Changed:
U ZODB/branches/blob-merge-branch/src/ZODB/DB.py
-=-
Modified: ZODB/branches/blob-merge-branch/src/ZODB/DB.py
===================================================================
--- ZODB/branches/blob-merge-branch/src/ZODB/DB.py 2006-09-22 06:48:36 UTC (rev 70322)
+++ ZODB/branches/blob-merge-branch/src/ZODB/DB.py 2006-09-22 06:49:02 UTC (rev 70323)
@@ -232,10 +232,10 @@
# Setup storage
self._storage=storage
storage.registerDB(self, None)
- if not hasattr(storage,'tpc_vote'):
+ if not hasattr(storage, 'tpc_vote'):
storage.tpc_vote = lambda *args: None
try:
- storage.load(z64,'')
+ storage.load(z64, '')
except KeyError:
# Create the database's root in the storage if it doesn't exist
from persistent.mapping import PersistentMapping
More information about the Zodb-checkins
mailing list