Commit a5bca2a3 authored by Shane Hathaway's avatar Shane Hathaway

Corrected a missing name (caught by testZODB.py; please run tests.)

parent 7b3ca9e6
...@@ -84,8 +84,8 @@ ...@@ -84,8 +84,8 @@
############################################################################## ##############################################################################
"""Database connection support """Database connection support
$Id: Connection.py,v 1.56 2001/05/22 23:21:22 jeremy Exp $""" $Id: Connection.py,v 1.57 2001/05/23 18:04:55 shane Exp $"""
__version__='$Revision: 1.56 $'[11:-2] __version__='$Revision: 1.57 $'[11:-2]
from cPickleCache import PickleCache from cPickleCache import PickleCache
from POSException import ConflictError, ExportError from POSException import ConflictError, ExportError
...@@ -441,7 +441,7 @@ class Connection(ExportImport.ExportImport): ...@@ -441,7 +441,7 @@ class Connection(ExportImport.ExportImport):
'Commiting subtransaction of size %s' % src.getSize()) 'Commiting subtransaction of size %s' % src.getSize())
self._storage=tmp self._storage=tmp
self._tmp=_None self._tmp=None
tmp.tpc_begin(t) tmp.tpc_begin(t)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment