diff -r d4d4e7112ccf -r 280c910c8710 devtools/devctl.py --- a/devtools/devctl.py Tue Dec 08 09:45:07 2009 +0100 +++ b/devtools/devctl.py Tue Dec 08 10:40:12 2009 +0100 @@ -113,7 +113,7 @@ def _generate_schema_pot(w, vreg, schema, libconfig=None, cube=None): - from cubicweb.common.i18n import add_msg + from cubicweb.i18n import add_msg from cubicweb.web import uicfg from cubicweb.schema import META_RTYPES, SYSTEM_RTYPES no_context_rtypes = META_RTYPES | SYSTEM_RTYPES @@ -286,7 +286,7 @@ import yams from logilab.common.fileutils import ensure_fs_mode from logilab.common.shellutils import globfind, find, rm - from cubicweb.common.i18n import extract_from_tal, execute + from cubicweb.i18n import extract_from_tal, execute tempdir = tempfile.mkdtemp() potfiles = [join(I18NDIR, 'static-messages.pot')] print '-> extract schema messages.' @@ -379,7 +379,7 @@ import tempfile from logilab.common.fileutils import ensure_fs_mode from logilab.common.shellutils import find, rm - from cubicweb.common.i18n import extract_from_tal, execute + from cubicweb.i18n import extract_from_tal, execute toedit = [] cube = basename(normpath(cubedir)) tempdir = tempfile.mkdtemp()