[Zodb-checkins] CVS: Zope3/src/ZODB - DB.py:1.71.2.2

Jeremy Hylton jeremy at zope.com
Tue Mar 23 15:48:40 EST 2004


Update of /cvs-repository/Zope3/src/ZODB
In directory cvs.zope.org:/tmp/cvs-serv4520/ZODB

Modified Files:
      Tag: jeremy-txn-branch
	DB.py 
Log Message:
Make names of ignored parameters a little less terse.


=== Zope3/src/ZODB/DB.py 1.71.2.1 => 1.71.2.2 ===
--- Zope3/src/ZODB/DB.py:1.71.2.1	Mon Mar 22 16:37:22 2004
+++ Zope3/src/ZODB/DB.py	Tue Mar 23 15:48:38 2004
@@ -679,10 +679,10 @@
     # The object registers itself with the txn manager, so the ob
     # argument to the methods below is self.
 
-    def abort(self, ob, t):
+    def abort(self, obj, txn):
         pass
 
-    def commit(self, ob, t):
+    def commit(self, obj, txn):
         pass
 
 class CommitVersion(ResourceManager):




More information about the Zodb-checkins mailing list