From 38273a786a8d9957652ccd53a5b0079221d0f7b3 Mon Sep 17 00:00:00 2001 From: Ross Scroggs Date: Tue, 24 Jan 2017 10:47:56 -0800 Subject: [PATCH] Supply missing imports in utils.py (#396) --- src/utils.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils.py b/src/utils.py index 6e1d6f23..b43f185b 100644 --- a/src/utils.py +++ b/src/utils.py @@ -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