# HG changeset patch # User Sylvain Thénault # Date 1263921719 -3600 # Node ID 12f336008191495e12f723b3b2551985db8927b6 # Parent 189e4f5279e9f17080f5595ceeb56832061c4888 missing import diff -r 189e4f5279e9 -r 12f336008191 web/formfields.py --- a/web/formfields.py Tue Jan 19 18:11:31 2010 +0100 +++ b/web/formfields.py Tue Jan 19 18:21:59 2010 +0100 @@ -17,8 +17,8 @@ from yams.constraints import (SizeConstraint, StaticVocabularyConstraint, FormatConstraint) +from cubicweb import Binary, tags, uilib from cubicweb.utils import ustrftime -from cubicweb import tags, uilib from cubicweb.web import INTERNAL_FIELD_VALUE, ProcessFormError, eid_param from cubicweb.web.formwidgets import ( HiddenInput, TextInput, FileInput, PasswordInput, TextArea, FCKEditor,