[Neo-report] r2511 vincent - /trunk/neo/client/Storage.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Dec 10 14:41:14 CET 2010


Author: vincent
Date: Fri Dec 10 14:41:14 2010
New Revision: 2511

Log:
Don't provide IStorageRestoreable yet.

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:14 2010
@@ -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,




More information about the Neo-report mailing list