removing leftover

This commit is contained in:
Miroslav Stampar 2011-04-18 13:43:22 +00:00
parent 354a2ce249
commit da9ec67869

View File

@ -123,7 +123,6 @@ def checkCharEncoding(encoding):
elif encoding == 'null': elif encoding == 'null':
return None return None
encoding = "bla"
# http://www.iana.org/assignments/character-sets # http://www.iana.org/assignments/character-sets
try: try:
codecs.lookup(encoding) codecs.lookup(encoding)