# HG changeset patch # User Pierre-Yves David # Date 1372091621 -7200 # Node ID 685ca11d98708aff0045b7d5c5fe1f6df6c5fd97 # Parent b1cad8e4557fac6f00a6d934cc01b73ca5587b10 [web/application] drop unused import unused since 3c85e734ce00 diff -r b1cad8e4557f -r 685ca11d9870 web/application.py --- 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,