Commit a3336d42 authored by Jim Fulton's avatar Jim Fulton

Fixed bug that prevented objects from getting registered.

parent 67bf1469
......@@ -128,5 +128,5 @@ class Surrogate:
def __init__(self, db):
self._p_jar=db
self.__inform_commit__=db.tpc_commit
self.__inform_commit__=db.tpc_finish
self.__inform_abort__=db.tpc_abort
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