remove unused import
authorFlorent Cayré <florent.cayre@logilab.fr>
Wed, 25 Nov 2015 16:28:41 +0100
changeset 11062 40208f18c7c2
parent 11061 c01325774d21
child 11063 de20b0903d7d
remove unused import
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