goa/tools/laxctl.py
changeset 4023 eae23c40627a
parent 2650 18aec79ec3a3
child 4252 6c4f109c2b03
--- a/goa/tools/laxctl.py	Tue Dec 08 10:40:20 2009 +0100
+++ b/goa/tools/laxctl.py	Tue Dec 08 10:58:56 2009 +0100
@@ -18,7 +18,7 @@
 
 from logilab.common.clcommands import Command, register_commands, main_run
 
-from cubicweb.common.uilib import remove_html_tags
+from cubicweb.uilib import remove_html_tags
 from cubicweb.web.views.schema import SKIP_TYPES
 
 APPLROOT = osp.abspath(osp.join(osp.dirname(osp.abspath(__file__)), '..'))