--- a/hercule.py Wed Mar 25 10:40:22 2009 +0100
+++ b/hercule.py Thu Mar 26 18:53:03 2009 +0100
@@ -11,8 +11,8 @@
from logilab.common import flatten
from logilab.common.cli import CLIHelper
-from logilab.common.clcommands import BadCommandUsage, pop_arg
-from cubicweb.toolsutils import CONNECT_OPTIONS, Command, register_commands
+from logilab.common.clcommands import BadCommandUsage, pop_arg, register_commands
+from cubicweb.toolsutils import CONNECT_OPTIONS, Command
# result formatter ############################################################