diff -r 6c12264b3f18 -r 6f25c7e4f19b web/views/authentication.py --- 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