diff options
Diffstat (limited to 'modules/words.py')
| -rw-r--r-- | modules/words.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/words.py b/modules/words.py index 42ac3634..55f2fd9d 100644 --- a/modules/words.py +++ b/modules/words.py @@ -1,5 +1,5 @@ import time -import Utils +from src import Utils class Module(object): def __init__(self, bot, events, exports): |
