Fix file upload demo on Python 2.

This commit is contained in:
Chris Gavin 2017-04-25 21:40:22 +01:00
parent 79b2683437
commit 26e5779a50
1 changed files with 1 additions and 0 deletions

View File

@ -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