cwctl.py
changeset 2790 968108e16066
parent 2743 b0e79a77ad67
child 2884 7fcfb27ab975
--- a/cwctl.py	Wed Aug 12 19:09:32 2009 +0200
+++ b/cwctl.py	Thu Aug 13 09:22:07 2009 +0200
@@ -11,9 +11,10 @@
 from logilab.common.clcommands import register_commands, pop_arg
 from logilab.common.shellutils import ASK
 
-from cubicweb import ConfigurationError, ExecutionError, BadCommandUsage, underline_title
+from cubicweb import ConfigurationError, ExecutionError, BadCommandUsage
 from cubicweb.cwconfig import CubicWebConfiguration as cwcfg, CONFIGURATIONS
-from cubicweb.toolsutils import Command, main_run,  rm, create_dir
+from cubicweb.toolsutils import Command, main_run, rm, create_dir, underline_title
+
 
 def wait_process_end(pid, maxtry=10, waittime=1):
     """wait for a process to actually die"""