web/views/authentication.py
changeset 10331 6f25c7e4f19b
parent 10042 3e010722c071
child 10370 480187dd66b3
--- a/web/views/authentication.py	Fri Mar 13 16:57:32 2015 +0100
+++ b/web/views/authentication.py	Tue Jun 03 16:57:14 2014 +0200
@@ -1,4 +1,4 @@
-# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2014 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -26,7 +26,6 @@
 
 from cubicweb import AuthenticationError, BadConnectionId
 from cubicweb.view import Component
-from cubicweb.dbapi import _repo_connect, ConnectionProperties
 from cubicweb.web import InvalidSession
 from cubicweb.web.application import AbstractAuthenticationManager