diff options
| author | 2018-09-24 15:13:27 +0100 | |
|---|---|---|
| committer | 2018-09-24 15:13:27 +0100 | |
| commit | ecb9d7cb3f4435457560e03201bbed57a469d548 (patch) | |
| tree | 5a010f97c209558cdd2d40327d41e6806aedde94 /modules/pong.py | |
| parent | Remove empty spaces in coins.py (diff) | |
Move most code in root directory to src/
Diffstat (limited to 'modules/pong.py')
| -rw-r--r-- | modules/pong.py | 2 |
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!") |
