cubicweb/wsgi/handler.py
changeset 12567 26744ad37953
parent 12231 55924e962cd7
equal deleted inserted replaced
12566:6b3523f81f42 12567:26744ad37953
    18 """WSGI request handler for cubicweb"""
    18 """WSGI request handler for cubicweb"""
    19 
    19 
    20 
    20 
    21 
    21 
    22 from itertools import chain, repeat
    22 from itertools import chain, repeat
    23 
       
    24 from six.moves import zip
       
    25 
    23 
    26 from cubicweb import AuthenticationError
    24 from cubicweb import AuthenticationError
    27 from cubicweb.web import DirectResponse
    25 from cubicweb.web import DirectResponse
    28 from cubicweb.web.application import CubicWebPublisher
    26 from cubicweb.web.application import CubicWebPublisher
    29 from cubicweb.wsgi.request import CubicWebWsgiRequest
    27 from cubicweb.wsgi.request import CubicWebWsgiRequest