cubicweb/wsgi/request.py
changeset 11767 432f87a63057
parent 11154 221febada1e8
child 11913 4516c3956d46
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    21 the code has been taken (or adapted) from Djanco source code :
    21 the code has been taken (or adapted) from Djanco source code :
    22   http://www.djangoproject.com/
    22   http://www.djangoproject.com/
    23 
    23 
    24 """
    24 """
    25 
    25 
    26 __docformat__ = "restructuredtext en"
    26 
    27 
    27 
    28 import tempfile
    28 import tempfile
    29 
    29 
    30 from io import BytesIO
    30 from io import BytesIO
    31 
    31