merge stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 17 Mar 2011 13:43:51 +0100
branchstable
changeset 7096 6548228c974b
parent 7094 4f9f13a50484 (current diff)
parent 7095 1831c3154581 (diff)
child 7098 78bfe257cb16
merge
--- a/devtools/__init__.py	Thu Mar 17 12:21:36 2011 +0100
+++ b/devtools/__init__.py	Thu Mar 17 13:43:51 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