devtools/devctl.py
branchtls-sprint
changeset 1138 22f634977c95
parent 1132 96752791c2b6
child 1150 2d1b721fded9
--- a/devtools/devctl.py	Mon Mar 23 18:53:53 2009 +0100
+++ b/devtools/devctl.py	Wed Mar 25 10:40:22 2009 +0100
@@ -16,10 +16,11 @@
 from logilab.common import STD_BLACKLIST
 from logilab.common.modutils import get_module_files
 from logilab.common.textutils import get_csv
+from logilab.common.clcommands import register_commands
 
 from cubicweb import CW_SOFTWARE_ROOT as BASEDIR, BadCommandUsage
 from cubicweb.__pkginfo__ import version as cubicwebversion
-from cubicweb.toolsutils import Command, register_commands, confirm, copy_skeleton
+from cubicweb.toolsutils import Command, confirm, copy_skeleton
 from cubicweb.web.webconfig import WebConfiguration
 from cubicweb.server.serverconfig import ServerConfiguration