diff options
| author | 2019-03-03 23:34:39 +0000 | |
|---|---|---|
| committer | 2019-03-03 23:34:39 +0000 | |
| commit | cf262c6d8a6e02bf5f5b9edc1ea2f7120d13ec80 (patch) | |
| tree | 8ecad3e42fa8113e29b5b033615b755b8cb1f6d1 /modules/line_handler/__init__.py | |
| parent | Remove 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/__init__.py')
| -rw-r--r-- | modules/line_handler/__init__.py | 2 |
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 = { |
