aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/line_handler.py')
-rw-r--r--modules/line_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/line_handler.py b/modules/line_handler.py
index 1ba73ea8..242eb035 100644
--- a/modules/line_handler.py
+++ b/modules/line_handler.py
@@ -1,4 +1,4 @@
-import codecs, enum, re, threading
+import codecs, enum, re
from src import ModuleManager, utils
RE_ISUPPORT_ESCAPE = re.compile(r"\\x(\d\d)", re.I)