devtools/__init__.py
brancholdstable
changeset 7095 1831c3154581
parent 7093 dccc22c60473
child 7112 bb27cc300040
--- 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