fix import stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 18 Mar 2010 09:12:54 +0100
branchstable
changeset 4937 4e08eba12851
parent 4936 a4b772a0d801
child 4938 b1a4fe480de5
child 4939 349af486f5ed
child 4941 ec27aea9632b
fix import
server/serverctl.py
--- 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