# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1238089983 -3600 # Node ID 66d532e62dd88f647411e1a83c839db892606139 # Parent 22f634977c95b4c86bebda3c3876bb4f8a7df77b import location changed diff -r 22f634977c95 -r 66d532e62dd8 hercule.py --- 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 ############################################################