diff -r a6ca96ec8693 -r d901c36bcfce web/test/unittest_views_basecontrollers.py --- a/web/test/unittest_views_basecontrollers.py Thu Feb 14 15:29:20 2013 +0100 +++ b/web/test/unittest_views_basecontrollers.py Thu Feb 14 15:39:23 2013 +0100 @@ -17,8 +17,6 @@ # with CubicWeb. If not, see . """cubicweb.web.views.basecontrollers unit tests""" -from __future__ import with_statement - from urlparse import urlsplit, urlunsplit, urljoin # parse_qs is deprecated in cgi and has been moved to urlparse in Python 2.6 try: