goa/goactl.py
branchtls-sprint
changeset 1138 22f634977c95
parent 1133 8a409ea0c9ec
child 1263 01152fffd593
--- a/goa/goactl.py	Mon Mar 23 18:53:53 2009 +0100
+++ b/goa/goactl.py	Wed Mar 25 10:40:22 2009 +0100
@@ -10,10 +10,9 @@
 
 from logilab.common.clcommands import register_commands
 
-from cubicweb import BadCommandUsage
-from cubicweb import CW_SOFTWARE_ROOT
-from cubicweb.toolsutils import (Command, register_commands, copy_skeleton,
-                                 create_dir, create_symlink)
+from cubicweb import CW_SOFTWARE_ROOT, BadCommandUsage
+from cubicweb.toolsutils import (Command, copy_skeleton, create_symlink,
+                                 create_dir)
 from cubicweb.cwconfig import CubicWebConfiguration
 
 from logilab import common as lgc