# HG changeset patch # User Florent Cayré # Date 1448465321 -3600 # Node ID 40208f18c7c23921a581bf87816981c68c8936f1 # Parent c01325774d218138ffe4b385b7b349a408b7dfc4 remove unused import diff -r c01325774d21 -r 40208f18c7c2 web/test/unittest_application.py --- a/web/test/unittest_application.py Fri Nov 20 12:29:13 2015 +0100 +++ b/web/test/unittest_application.py Wed Nov 25 16:28:41 2015 +0100 @@ -23,7 +23,6 @@ from logilab.common.testlib import TestCase, unittest_main from logilab.common.decorators import clear_cache, classproperty -from cubicweb import AuthenticationError from cubicweb import view from cubicweb.devtools.testlib import CubicWebTC, real_error_handling from cubicweb.devtools.fake import FakeRequest