aboutsummaryrefslogtreecommitdiff
path: root/modules/line_handler
diff options
context:
space:
mode:
authorGravatar jesopo2019-03-03 23:34:39 +0000
committerGravatar jesopo2019-03-03 23:34:39 +0000
commitcf262c6d8a6e02bf5f5b9edc1ea2f7120d13ec80 (patch)
tree8ecad3e42fa8113e29b5b033615b755b8cb1f6d1 /modules/line_handler
parentRemove added/removed/modified counts from commits (github) (diff)
signature
We need to import EventManager in line_handler/__init__.py
Diffstat (limited to 'modules/line_handler')
-rw-r--r--modules/line_handler/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/line_handler/__init__.py b/modules/line_handler/__init__.py
index 1213de10..7ce361ee 100644
--- a/modules/line_handler/__init__.py
+++ b/modules/line_handler/__init__.py
@@ -1,5 +1,5 @@
import enum
-from src import ModuleManager, utils
+from src import EventManager, ModuleManager, utils
from . import channel, core, ircv3, message, user
LABELED_BATCH = {