From 9d21f91f9efcfb78cd7af16e4b3b5a1e683d5ff5 Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Wed, 22 Mar 2006 18:40:30 +0000
Subject: [PATCH] Fix wrong constructors.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6186 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ZMySQLDDA/help/DA.py     | 2 +-
 product/ZMySQLDDA/help/DABase.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ZMySQLDDA/help/DA.py b/product/ZMySQLDDA/help/DA.py
index 86051d8ee4..84dab859ba 100755
--- a/product/ZMySQLDDA/help/DA.py
+++ b/product/ZMySQLDDA/help/DA.py
@@ -56,6 +56,6 @@ def manage_addZMySQLDeferredConnection(self, id, title,
 class DeferredConnection:
     """MySQL Deferred Connection Object"""
 
-    __constructor__ = manage_addZMySQLConnection
+    __constructor__ = manage_addZMySQLDeferredConnection
 
 
diff --git a/product/ZMySQLDDA/help/DABase.py b/product/ZMySQLDDA/help/DABase.py
index d6fbff1464..a411ed8511 100755
--- a/product/ZMySQLDDA/help/DABase.py
+++ b/product/ZMySQLDDA/help/DABase.py
@@ -30,6 +30,6 @@ def manage_addZMySQLDeferredConnection(self, id, title,
 class DeferredConnection:
     """MySQL Deferred Connection Object"""
 
-    __constructor__ = manage_addZMySQLConnection
+    __constructor__ = manage_addZMySQLDeferredConnection
 
 
-- 
2.30.9