diff -r a6ca96ec8693 -r d901c36bcfce devtools/testlib.py --- a/devtools/testlib.py Thu Feb 14 15:29:20 2013 +0100 +++ b/devtools/testlib.py Thu Feb 14 15:39:23 2013 +0100 @@ -16,9 +16,6 @@ # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . """this module contains base classes and utilities for cubicweb tests""" - -from __future__ import with_statement - __docformat__ = "restructuredtext en" import os