diff -r dccc22c60473 -r 1831c3154581 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 . """Test tools for cubicweb""" +from __future__ import with_statement + __docformat__ = "restructuredtext en" import os