Commit 3ddf5afa authored by Jim Fulton's avatar Jim Fulton

Fixed stupid bug.

parent f9de1eed
......@@ -194,7 +194,7 @@ class Transaction(object):
_savepoint_index = 0
# If savepoints are used, keep a weak key dict of them
_savepoints = {}
_savepoints = None
# Remamber the savepoint for the last subtransaction
_subtransaction_savepoint = None
......
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