Remove unneeded function utils.convertUTF8 (#1069)

This was deprecated in move from Python 2 to 3
This commit is contained in:
Ross Scroggs
2020-01-02 10:19:53 -08:00
committed by Jay Lee
parent 08e790ebbb
commit 7cbe37033d
3 changed files with 66 additions and 73 deletions

View File

@@ -9,10 +9,6 @@ ONE_MEGA_BYTES = 1000000
ONE_GIGA_BYTES = 1000000000
def convertUTF8(data):
return data
class _DeHTMLParser(HTMLParser):
def __init__(self):