[Neo-report] r2513 vincent - /trunk/neo/client/Storage.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Dec 10 14:41:18 CET 2010
Author: vincent
Date: Fri Dec 10 14:41:18 2010
New Revision: 2513
Log:
Provide IStorageUndoable.
undoInfo comes from BaseStorage, which inherits it from UndoLogCompatible.
Modified:
trunk/neo/client/Storage.py
Modified: trunk/neo/client/Storage.py
==============================================================================
--- trunk/neo/client/Storage.py [iso-8859-1] (original)
+++ trunk/neo/client/Storage.py [iso-8859-1] Fri Dec 10 14:41:18 2010
@@ -51,6 +51,7 @@ class Storage(BaseStorage.BaseStorage,
# - start & stop are not handled (raises if either is not None)
# - transaction isolation is not done
# ZODB.interfaces.IStorageIteration,
+ ZODB.interfaces.IStorageUndoable,
)
def __init__(self, master_nodes, name, connector=None, read_only=False,
More information about the Neo-report
mailing list