Commit 018ee61e authored by Julien Muchembled's avatar Julien Muchembled

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

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2800 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 1615d757
......@@ -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."""
......
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