wsgi/handler.py
changeset 8396 8d58fcf68539
parent 8314 cfd6ab461849
child 8593 41259e1f9d48
--- a/wsgi/handler.py	Wed May 09 17:15:44 2012 +0200
+++ b/wsgi/handler.py	Thu May 10 10:31:53 2012 +0200
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -15,9 +15,7 @@
 #
 # You should have received a copy of the GNU Lesser General Public License along
 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
-"""WSGI request handler for cubicweb
-
-"""
+"""WSGI request handler for cubicweb"""
 
 
 
@@ -26,7 +24,7 @@
 from itertools import chain, repeat, izip
 
 from cubicweb import AuthenticationError
-from cubicweb.web import Redirect, DirectResponse, StatusResponse, LogOut
+from cubicweb.web import DirectResponse
 from cubicweb.web.application import CubicWebPublisher
 from cubicweb.wsgi.request import CubicWebWsgiRequest