[devtools] missing py2.5 compat import oldstable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 17 Mar 2011 13:43:07 +0100
brancholdstable
changeset 7095 1831c3154581
parent 7093 dccc22c60473
child 7096 6548228c974b
child 7097 b4e7099ea2f1
[devtools] missing py2.5 compat import
devtools/__init__.py
--- a/devtools/__init__.py	Thu Mar 17 12:20:45 2011 +0100
+++ b/devtools/__init__.py	Thu Mar 17 13:43:07 2011 +0100
@@ -17,6 +17,8 @@
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
 """Test tools for cubicweb"""
 
+from __future__ import with_statement
+
 __docformat__ = "restructuredtext en"
 
 import os