add missing future import
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 29 Jun 2011 20:57:28 +0200
changeset 7586 b3688b15d7f5
parent 7584 e1881933f366
child 7588 7588240bcb36
add missing future import
web/views/forms.py
--- a/web/views/forms.py	Wed Jun 29 18:57:23 2011 +0200
+++ b/web/views/forms.py	Wed Jun 29 20:57:28 2011 +0200
@@ -41,6 +41,7 @@
 
 but you'll use this one rarely.
 """
+from __future__ import with_statement
 __docformat__ = "restructuredtext en"
 
 from warnings import warn