etwist/server.py
changeset 8396 8d58fcf68539
parent 8349 fdb796435d7b
child 8465 12da4415aff0
--- a/etwist/server.py	Wed May 09 17:15:44 2012 +0200
+++ b/etwist/server.py	Thu May 10 10:31:53 2012 +0200
@@ -48,7 +48,7 @@
 from cubicweb import (AuthenticationError, ConfigurationError,
                       CW_EVENT_MANAGER, CubicWebException)
 from cubicweb.utils import json_dumps
-from cubicweb.web import Redirect, DirectResponse, StatusResponse, LogOut
+from cubicweb.web import DirectResponse
 from cubicweb.web.application import CubicWebPublisher
 from cubicweb.web.http_headers import generateDateTime
 from cubicweb.etwist.request import CubicWebTwistedRequestAdapter