missing imports
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 21 Dec 2009 19:25:07 +0100
changeset 4158 0e97cf2cf55b
parent 4157 f7830377b215
child 4159 6b2b20c73d59
missing imports
web/formfields.py
--- a/web/formfields.py	Mon Dec 21 19:20:45 2009 +0100
+++ b/web/formfields.py	Mon Dec 21 19:25:07 2009 +0100
@@ -11,12 +11,14 @@
 from datetime import datetime
 
 from logilab.mtconverter import xml_escape
+from logilab.common.decorators import cached
+
 from yams.constraints import (SizeConstraint, StaticVocabularyConstraint,
                               FormatConstraint)
 
 from cubicweb.utils import ustrftime
 from cubicweb import tags, uilib
-from cubicweb.web import INTERNAL_FIELD_VALUE
+from cubicweb.web import INTERNAL_FIELD_VALUE, eid_param
 from cubicweb.web.formwidgets import (
     HiddenInput, TextInput, FileInput, PasswordInput, TextArea, FCKEditor,
     Radio, Select, DateTimePicker)