Commit c768d431 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove outdated comment.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@678 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 1081da6f
......@@ -35,7 +35,6 @@ class Storage(BaseStorage.BaseStorage,
def __init__(self, master_nodes, name, connector, read_only=False, **kw):
self._is_read_only = read_only
logging.basicConfig(level=logging.DEBUG, format=DEFAULT_LOG_FORMAT)
# Transaction must be under protection of lock
self.app = Application(master_nodes, name, connector)
def load(self, oid, version=None):
......
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