meme fix
This commit is contained in:
parent
4f1c8ee7bb
commit
91b10341c5
@ -246,7 +246,7 @@ class MimeTypes:
|
|||||||
except EnvironmentError:
|
except EnvironmentError:
|
||||||
break
|
break
|
||||||
try:
|
try:
|
||||||
ctype = ctype.encode(default_encoding) # omit in 3.x!
|
ctype = ctype#.encode(default_encoding) # omit in 3.x!
|
||||||
except UnicodeEncodeError:
|
except UnicodeEncodeError:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user