Commit 688c40e6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 498fdcc6
......@@ -136,7 +136,7 @@ class Storage(BaseStorage.BaseStorage,
def supportsUndo(self):
return True
def supportsTransactionalUndo(self): # TODO remove (ZODB.f595f7e7)
def supportsTransactionalUndo(self):
return True
def loadEx(self, oid, version):
......
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