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