aboutsummaryrefslogtreecommitdiff
path: root/modules/pong.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pong.py')
-rw-r--r--modules/pong.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pong.py b/modules/pong.py
index fc12d0c2..c45e3aef 100644
--- a/modules/pong.py
+++ b/modules/pong.py
@@ -1,4 +1,4 @@
-import ModuleManager, Utils
+from src import ModuleManager, Utils
class Module(ModuleManager.BaseModule):
@Utils.hook("received.command.ping", help="Ping pong!")