diff options
Diffstat (limited to 'modules/modules.py')
| -rw-r--r-- | modules/modules.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/modules.py b/modules/modules.py index 0d4844e9..91bc02a7 100644 --- a/modules/modules.py +++ b/modules/modules.py @@ -1,4 +1,4 @@ -import ModuleManager +from src import ModuleManager class Module(object): def __init__(self, bot, events, exports): |
