author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
Mon, 24 Jun 2013 18:33:41 +0200 | |
changeset 9066 | 685ca11d9870 |
parent 9065 | b1cad8e4557f |
child 9067 | 262d7874c6c7 |
--- a/web/application.py Mon Jun 24 18:35:22 2013 +0200 +++ b/web/application.py Mon Jun 24 18:33:41 2013 +0200 @@ -35,7 +35,7 @@ ValidationError, Unauthorized, Forbidden, AuthenticationError, NoSelectableObject, BadConnectionId, CW_EVENT_MANAGER) -from cubicweb.dbapi import DBAPISession, anonymous_session +from cubicweb.dbapi import anonymous_session from cubicweb.web import LOGGER, component from cubicweb.web import ( StatusResponse, DirectResponse, Redirect, NotFound, LogOut,