Commit 09576b0b authored by Jim Fulton's avatar Jim Fulton

Changed abort to be Python dbi-based.

parent c0f953e5
...@@ -115,7 +115,6 @@ class TM: ...@@ -115,7 +115,6 @@ class TM:
def _abort(self): def _abort(self):
self.db.rollback() self.db.rollback()
self.db.checkpoint()
def tpc_finish(self, *ignored): def tpc_finish(self, *ignored):
try: self._finish() try: self._finish()
......
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