wsgi/request.py
changeset 10603 65ad6980976e
parent 10594 6a55853f14c9
child 10662 10942ed172de
equal deleted inserted replaced
10602:4845012cfc8e 10603:65ad6980976e
    26 __docformat__ = "restructuredtext en"
    26 __docformat__ = "restructuredtext en"
    27 
    27 
    28 import tempfile
    28 import tempfile
    29 
    29 
    30 from StringIO import StringIO
    30 from StringIO import StringIO
    31 from urlparse import parse_qs
    31 
       
    32 from six.moves.urllib.parse import parse_qs
    32 
    33 
    33 from cubicweb.multipart import (
    34 from cubicweb.multipart import (
    34     copy_file, parse_form_data, parse_options_header)
    35     copy_file, parse_form_data, parse_options_header)
    35 from cubicweb.web import RequestError
    36 from cubicweb.web import RequestError
    36 from cubicweb.web.request import CubicWebRequestBase
    37 from cubicweb.web.request import CubicWebRequestBase