[Zope-Checkins] CVS: Zope2 - Connection.py:1.57

shane@digicool.com shane@digicool.com
Wed, 23 May 2001 14:04:56 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/ZODB
In directory korak.digicool.com:/tmp/cvs-serv14093

Modified Files:
	Connection.py 
Log Message:
Corrected a missing name (caught by testZODB.py; please run tests.)



--- Updated File Connection.py in package Zope2/lib/python/ZODB --
--- Connection.py	2001/05/22 23:21:22	1.56
+++ Connection.py	2001/05/23 18:04:55	1.57
@@ -441,7 +441,7 @@
             'Commiting subtransaction of size %s' % src.getSize())
         
         self._storage=tmp
-        self._tmp=_None
+        self._tmp=None
 
         tmp.tpc_begin(t)
         



--- Updated File Connection.py in package Zope2 --
--- Connection.py	2001/05/22 23:21:22	1.56
+++ Connection.py	2001/05/23 18:04:55	1.57
@@ -441,7 +441,7 @@
             'Commiting subtransaction of size %s' % src.getSize())
         
         self._storage=tmp
-        self._tmp=_None
+        self._tmp=None
 
         tmp.tpc_begin(t)