missing import stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 02 Jul 2009 12:59:16 +0200
branchstable
changeset 2244 52e2431e7cce
parent 2243 1bcf57df9c11
child 2245 7463e1a748dd
missing import
web/formfields.py
--- a/web/formfields.py	Thu Jul 02 12:58:38 2009 +0200
+++ b/web/formfields.py	Thu Jul 02 12:59:16 2009 +0200
@@ -7,6 +7,7 @@
 """
 __docformat__ = "restructuredtext en"
 
+from warnings import warn
 from datetime import datetime
 
 from logilab.mtconverter import html_escape