web/formfields.py
changeset 4023 eae23c40627a
parent 4014 24f7d7eb4c23
child 4044 3876c894e018
--- a/web/formfields.py	Tue Dec 08 10:40:20 2009 +0100
+++ b/web/formfields.py	Tue Dec 08 10:58:56 2009 +0100
@@ -15,7 +15,7 @@
                               FormatConstraint)
 
 from cubicweb.utils import ustrftime
-from cubicweb.common import tags, uilib
+from cubicweb import tags, uilib
 from cubicweb.web import INTERNAL_FIELD_VALUE
 from cubicweb.web.formwidgets import (
     HiddenInput, TextInput, FileInput, PasswordInput, TextArea, FCKEditor,