cubicweb/wsgi/request.py
changeset 12567 26744ad37953
parent 11913 4516c3956d46
child 12578 d06a2feae373
equal deleted inserted replaced
12566:6b3523f81f42 12567:26744ad37953
    26 
    26 
    27 
    27 
    28 import tempfile
    28 import tempfile
    29 
    29 
    30 from io import BytesIO
    30 from io import BytesIO
    31 
    31 from urllib.parse import parse_qs
    32 from six.moves.urllib.parse import parse_qs
       
    33 
    32 
    34 from cubicweb.multipart import (
    33 from cubicweb.multipart import (
    35     copy_file, parse_form_data, parse_options_header)
    34     copy_file, parse_form_data, parse_options_header)
    36 from cubicweb.web import RequestError
    35 from cubicweb.web import RequestError
    37 from cubicweb.web.request import CubicWebRequestBase
    36 from cubicweb.web.request import CubicWebRequestBase