Fix typo, clean up imports (#381)

* Fix typo, utils.py needs a few globals

* Clean up imports
This commit is contained in:
Ross Scroggs
2017-01-04 17:23:53 -08:00
committed by Jay Lee
parent ac2cbef7f8
commit 31058336ce
2 changed files with 5 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
from var import GM_Globals, GM_WINDOWS, GM_SYS_ENCODING
import collections
from htmlentitydefs import name2codepoint
from HTMLParser import HTMLParser
def convertUTF8(data):