[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/rdb/__init__.py
Changed the spelling of 'no objection' in the data manager
'prepare' method -- this is a nit,
but is consistent with the API usage.
Garrett Smith
garrett at mojave-corp.com
Wed Jul 7 11:58:38 EDT 2004
Log message for revision 26157:
Changed the spelling of 'no objection' in the data manager 'prepare' method -- this is a nit, but is consistent with the API usage.
-=-
Modified: Zope3/trunk/src/zope/app/rdb/__init__.py
===================================================================
--- Zope3/trunk/src/zope/app/rdb/__init__.py 2004-07-07 14:45:25 UTC (rev 26156)
+++ Zope3/trunk/src/zope/app/rdb/__init__.py 2004-07-07 15:58:37 UTC (rev 26157)
@@ -359,7 +359,7 @@
self._dbconn = dbconn
def prepare(self, txn):
- return True
+ pass
def abort(self, txn):
self._dbconn.rollback()
More information about the Zope3-Checkins
mailing list