gargl, this shouldn't be there in case we're running py 2.4 cubicweb-version-3_1_0
authorsylvain.thenault@logilab.fr
Wed, 25 Feb 2009 18:54:51 +0100
changeset 964 a711c7c185d1
parent 963 fc73fd8ba8d6
child 965 dd3efdf58d28
gargl, this shouldn't be there in case we're running py 2.4
web/views/baseviews.py
--- a/web/views/baseviews.py	Wed Feb 25 18:42:05 2009 +0100
+++ b/web/views/baseviews.py	Wed Feb 25 18:54:51 2009 +0100
@@ -11,7 +11,7 @@
 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
 """
-from __future__ import with_statement
+#from __future__ import with_statement
 
 __docformat__ = "restructuredtext en"