Supply missing imports in utils.py (#396)

This commit is contained in:
Ross Scroggs
2017-01-24 10:47:56 -08:00
committed by Jay Lee
parent 6ba0a5d942
commit 38273a786a

View File

@@ -1,5 +1,7 @@
from var import GM_Globals, GM_WINDOWS, GM_SYS_ENCODING
import collections
import re
import sys
from htmlentitydefs import name2codepoint
from HTMLParser import HTMLParser