Commit 22a7504b authored by Shane Hathaway's avatar Shane Hathaway

Reverted accidental checkin

parent 528e16ce
......@@ -13,7 +13,7 @@
##############################################################################
"""Database connection support
$Id: Connection.py,v 1.85 2003/02/06 20:31:17 shane Exp $"""
$Id: Connection.py,v 1.86 2003/02/06 20:32:18 shane Exp $"""
from cPickleCache import PickleCache
from POSException import ConflictError, ReadConflictError
......@@ -393,11 +393,7 @@ class Connection(ExportImport.ExportImport):
seek(0)
clear_memo()
dump((klass,args))
try:
dump(state)
except:
import pdb; pdb.set_trace()
raise
dump(state)
p=file(1)
s=dbstore(oid,serial,p,version,transaction)
self._store_count = self._store_count + 1
......
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