# HG changeset patch # User Sylvain Thénault # Date 1309373848 -7200 # Node ID b3688b15d7f5754018f0dd3483cfcc2f9daba2c9 # Parent e1881933f366c9753caab7aa66ec97ec4006ced4 add missing future import diff -r e1881933f366 -r b3688b15d7f5 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