branch | stable |
changeset 4937 | 4e08eba12851 |
parent 4888 | fc8b4d861f34 |
child 4938 | b1a4fe480de5 |
--- a/server/serverctl.py Thu Mar 18 09:07:10 2010 +0100 +++ b/server/serverctl.py Thu Mar 18 09:12:54 2010 +0100 @@ -71,7 +71,7 @@ cnx.logged_user = user except AttributeError: # C object, __slots__ - from logilab.db import _SimpleConnectionWrapper + from logilab.database import _SimpleConnectionWrapper cnx = _SimpleConnectionWrapper(cnx) cnx.logged_user = user return cnx