diff -r 544609e83317 -r 96752791c2b6 web/application.py --- a/web/application.py Mon Mar 23 17:38:30 2009 +0100 +++ b/web/application.py Mon Mar 23 17:55:59 2009 +0100 @@ -14,7 +14,6 @@ from cubicweb import set_log_methods from cubicweb import (ValidationError, Unauthorized, AuthenticationError, NoSelectableObject, RepositoryError) -from cubicweb.cwconfig import CubicWebConfiguration from cubicweb.cwvreg import CubicWebRegistry from cubicweb.web import (LOGGER, StatusResponse, DirectResponse, Redirect, NotFound, RemoteCallFailed, ExplicitLogin, InvalidSession)