diff -r a6ca96ec8693 -r d901c36bcfce sobjects/test/unittest_cwxmlparser.py --- a/sobjects/test/unittest_cwxmlparser.py Thu Feb 14 15:29:20 2013 +0100 +++ b/sobjects/test/unittest_cwxmlparser.py Thu Feb 14 15:39:23 2013 +0100 @@ -16,12 +16,9 @@ # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . -from __future__ import with_statement - from datetime import datetime from cubicweb.devtools.testlib import CubicWebTC - from cubicweb.sobjects.cwxmlparser import CWEntityXMLParser orig_parse = CWEntityXMLParser.parse