Fix file upload demo on Python 2.
This commit is contained in:
parent
79b2683437
commit
26e5779a50
|
@ -9,6 +9,7 @@ single file without encoding.
|
|||
See also file_receiver.py in this directory, a server that receives uploads.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
import mimetypes
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Reference in New Issue