Commit 185f41fd authored by Jim Fulton's avatar Jim Fulton

Removed an unused attribute.

parent 8b39e84a
......@@ -227,8 +227,6 @@ class Connection(ExportImport, object):
self._inv_lock = threading.Lock()
self._invalidated = d = {}
self._invalid = d.has_key
# We intend to prevent committing a transaction in which
# ReadConflictError occurs. _conflicts is the set of oids that
......
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