Commit ef4ad531 authored by Vincent Pelletier's avatar Vincent Pelletier

Provide IStorageUndoable.

undoInfo comes from BaseStorage, which inherits it from UndoLogCompatible.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2513 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent e17278fc
...@@ -51,6 +51,7 @@ class Storage(BaseStorage.BaseStorage, ...@@ -51,6 +51,7 @@ class Storage(BaseStorage.BaseStorage,
# - start & stop are not handled (raises if either is not None) # - start & stop are not handled (raises if either is not None)
# - transaction isolation is not done # - transaction isolation is not done
# ZODB.interfaces.IStorageIteration, # ZODB.interfaces.IStorageIteration,
ZODB.interfaces.IStorageUndoable,
) )
def __init__(self, master_nodes, name, connector=None, read_only=False, def __init__(self, master_nodes, name, connector=None, read_only=False,
......
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