cwctl.py
changeset 151 343e7a18675d
parent 0 b97547f5f1fa
child 1015 b5fdad9208f8
child 1132 96752791c2b6
--- a/cwctl.py	Wed Nov 26 15:06:10 2008 +0100
+++ b/cwctl.py	Wed Nov 26 17:20:58 2008 +0100
@@ -10,7 +10,7 @@
 from cubicweb import ConfigurationError, ExecutionError, BadCommandUsage
 from cubicweb.cwconfig import CubicWebConfiguration, CONFIGURATIONS
 from cubicweb.toolsutils import (Command, register_commands, main_run, 
-                              rm, create_dir, pop_arg, confirm)
+                                 rm, create_dir, pop_arg, confirm)
     
 def wait_process_end(pid, maxtry=10, waittime=1):
     """wait for a process to actually die"""