wsgi/request.py
changeset 9942 4b99196102f0
parent 9941 8dc1c96d29f1
child 9943 a4aeee690bff
equal deleted inserted replaced
9941:8dc1c96d29f1 9942:4b99196102f0
    22   http://www.djangoproject.com/
    22   http://www.djangoproject.com/
    23 
    23 
    24 """
    24 """
    25 
    25 
    26 __docformat__ = "restructuredtext en"
    26 __docformat__ = "restructuredtext en"
       
    27 
       
    28 import tempfile
    27 
    29 
    28 from StringIO import StringIO
    30 from StringIO import StringIO
    29 from urllib import quote
    31 from urllib import quote
    30 from urlparse import parse_qs
    32 from urlparse import parse_qs
    31 
    33