Commit 2323b91a authored by Aurel's avatar Aurel

define __name__


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@104 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent b9932709
......@@ -19,6 +19,8 @@ class NEOStorage(BaseStorage.BaseStorage,
ConflictResolution.ConflictResolvingStorage):
"""Wrapper class for neoclient."""
__name__ = 'NEOStorage'
def __init__(self, master_addr, master_port, name, read_only=False, **kw):
self._is_read_only = read_only
# Transaction must be under protection of lock
......
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