wsgi/__init__.py
changeset 1977 606923dff11b
parent 1802 d628defebc17
child 4212 ab6573088b4a
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     5       of the python2.5's stdlib.
     5       of the python2.5's stdlib.
     6 
     6 
     7 WSGI corresponding PEP: http://www.python.org/dev/peps/pep-0333/
     7 WSGI corresponding PEP: http://www.python.org/dev/peps/pep-0333/
     8 
     8 
     9 :organization: Logilab
     9 :organization: Logilab
    10 :copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    10 :copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
    11 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    11 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
    12 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    12 """
    13 """
    13 __docformat__ = "restructuredtext en"
    14 __docformat__ = "restructuredtext en"
    14 
    15 
    15 from email import message, message_from_string
    16 from email import message, message_from_string
    16 from Cookie import SimpleCookie
    17 from Cookie import SimpleCookie