Commit 9d21f91f authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix wrong constructors.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6186 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6d1bfefb
...@@ -56,6 +56,6 @@ def manage_addZMySQLDeferredConnection(self, id, title, ...@@ -56,6 +56,6 @@ def manage_addZMySQLDeferredConnection(self, id, title,
class DeferredConnection: class DeferredConnection:
"""MySQL Deferred Connection Object""" """MySQL Deferred Connection Object"""
__constructor__ = manage_addZMySQLConnection __constructor__ = manage_addZMySQLDeferredConnection
...@@ -30,6 +30,6 @@ def manage_addZMySQLDeferredConnection(self, id, title, ...@@ -30,6 +30,6 @@ def manage_addZMySQLDeferredConnection(self, id, title,
class DeferredConnection: class DeferredConnection:
"""MySQL Deferred Connection Object""" """MySQL Deferred Connection Object"""
__constructor__ = manage_addZMySQLConnection __constructor__ = manage_addZMySQLDeferredConnection
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