web/formwidgets.py
changeset 4023 eae23c40627a
parent 3998 94cc7cad3d2d
child 4156 1bbb0ee42c8e
--- a/web/formwidgets.py	Tue Dec 08 10:40:20 2009 +0100
+++ b/web/formwidgets.py	Tue Dec 08 10:58:56 2009 +0100
@@ -10,7 +10,7 @@
 from datetime import date
 from warnings import warn
 
-from cubicweb.common import tags, uilib
+from cubicweb import tags, uilib
 from cubicweb.web import stdmsgs, INTERNAL_FIELD_VALUE, ProcessFormError
 
 from logilab.mtconverter import xml_escape
@@ -334,7 +334,7 @@
     @classmethod
     def add_localized_infos(cls, req):
         """inserts JS variables defining localized months and days"""
-        # import here to avoid dependancy from cubicweb-common to simplejson
+        # import here to avoid dependancy from cubicweb to simplejson
         _ = req._
         monthnames = [_(mname) for mname in cls.monthnames]
         daynames = [_(dname) for dname in cls.daynames]