sandbox1
DiMartinoXBMC 2016-01-16 19:29:37 +03:00
parent 4f1c8ee7bb
commit 91b10341c5
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ class MimeTypes:
except EnvironmentError:
break
try:
ctype = ctype.encode(default_encoding) # omit in 3.x!
ctype = ctype#.encode(default_encoding) # omit in 3.x!
except UnicodeEncodeError:
pass
else: