web/application.py
changeset 9066 685ca11d9870
parent 9040 3c85e734ce00
child 9071 46885bfa4150
--- 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,