wsgi/request.py
changeset 1977 606923dff11b
parent 1802 d628defebc17
child 2476 1294a6bdf3bf
equal deleted inserted replaced
1976:851e08142873 1977:606923dff11b
     3 NOTE: each docstring tagged with ``COME FROM DJANGO`` means that
     3 NOTE: each docstring tagged with ``COME FROM DJANGO`` means that
     4 the code has been taken (or adapted) from Djanco source code :
     4 the code has been taken (or adapted) from Djanco source code :
     5   http://www.djangoproject.com/
     5   http://www.djangoproject.com/
     6 
     6 
     7 :organization: Logilab
     7 :organization: Logilab
     8 :copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
     8 :copyright: 2008-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2.
     9 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
     9 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
    10 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses
    10 """
    11 """
    11 
    12 
    12 __docformat__ = "restructuredtext en"
    13 __docformat__ = "restructuredtext en"
    13 
    14 
    14 from StringIO import StringIO
    15 from StringIO import StringIO