cubicweb/wsgi/__init__.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 12567 26744ad37953
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    22       of the python2.5's stdlib.
    22       of the python2.5's stdlib.
    23 
    23 
    24 WSGI corresponding PEP: http://www.python.org/dev/peps/pep-0333/
    24 WSGI corresponding PEP: http://www.python.org/dev/peps/pep-0333/
    25 
    25 
    26 """
    26 """
    27 __docformat__ = "restructuredtext en"
    27 
    28 
    28 
    29 from email import message, message_from_string
    29 from email import message, message_from_string
    30 from pprint import pformat as _pformat
    30 from pprint import pformat as _pformat
    31 
    31 
    32 from six.moves.http_cookies import SimpleCookie
    32 from six.moves.http_cookies import SimpleCookie