Remove six.moves.urllib usage.

This commit is contained in:
rht 2017-11-09 09:10:40 +01:00 committed by Tim Abbott
parent 5ee40bf718
commit 88a828dd0c
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ def upload_file_backend(request, user_profile):
# strings containing bytes and is rendered incorrectly.
#
# Example:
# >>> from six.moves import urllib
# >>> import urllib.parse
# >>> name = u'%D0%97%D0%B4%D1%80%D0%B0%D0%B2%D0%B5%D0%B8%CC%86%D1%82%D0%B5.txt'
# >>> print(urllib.parse.unquote(name))
# Здравейте # This is wrong