From 2323b91a662aaaca05271ba0cda47ca00e11bba8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Wed, 31 Jan 2007 16:46:11 +0000
Subject: [PATCH] define __name__

git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@104 71dcc9de-d417-0410-9af5-da40c76e7ee4
---
 neo/client/NEOStorage.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/neo/client/NEOStorage.py b/neo/client/NEOStorage.py
index 726a49d1..50f21b41 100644
--- a/neo/client/NEOStorage.py
+++ b/neo/client/NEOStorage.py
@@ -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
-- 
2.30.9