Commit 6cd0aa64 authored by Vincent Pelletier's avatar Vincent Pelletier

Don't provide IStorageRestoreable yet.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2511 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 8d74bdb4
......@@ -44,6 +44,9 @@ class Storage(BaseStorage.BaseStorage,
implements(
ZODB.interfaces.IStorage,
# "restore" missing for the moment, but "store" implements this
# interface.
# ZODB.interfaces.IStorageRestoreable,
)
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