[Neo-report] r2800 jm - /trunk/neo/client/__init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 24 11:59:55 CEST 2011


Author: jm
Date: Fri Jun 24 11:59:55 2011
New Revision: 2800

Log:
client: really monkey-patch the Connection class, not the module

Modified:
    trunk/neo/client/__init__.py

Modified: trunk/neo/client/__init__.py
==============================================================================
--- trunk/neo/client/__init__.py [iso-8859-1] (original)
+++ trunk/neo/client/__init__.py [iso-8859-1] Fri Jun 24 11:59:55 2011
@@ -18,7 +18,7 @@
 needs_patch = True
 
 if needs_patch:
-    from ZODB import Connection
+    from ZODB.Connection import Connection
 
     def tpc_finish(self, transaction):
         """Indicate confirmation that the transaction is done."""




More information about the Neo-report mailing list