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

Reverted accidental checkin

parent 528e16ce
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
############################################################################## ##############################################################################
"""Database connection support """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 cPickleCache import PickleCache
from POSException import ConflictError, ReadConflictError from POSException import ConflictError, ReadConflictError
...@@ -393,11 +393,7 @@ class Connection(ExportImport.ExportImport): ...@@ -393,11 +393,7 @@ class Connection(ExportImport.ExportImport):
seek(0) seek(0)
clear_memo() clear_memo()
dump((klass,args)) dump((klass,args))
try: dump(state)
dump(state)
except:
import pdb; pdb.set_trace()
raise
p=file(1) p=file(1)
s=dbstore(oid,serial,p,version,transaction) s=dbstore(oid,serial,p,version,transaction)
self._store_count = self._store_count + 1 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