# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1235584491 -3600 # Node ID a711c7c185d15a1bd22b7eaab46a26b98b74fbf3 # Parent fc73fd8ba8d614b50cb63171dd7e300b9b09552b gargl, this shouldn't be there in case we're running py 2.4 diff -r fc73fd8ba8d6 -r a711c7c185d1 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"