diff options
| author | 2018-09-24 15:13:27 +0100 | |
|---|---|---|
| committer | 2018-09-24 15:13:27 +0100 | |
| commit | ecb9d7cb3f4435457560e03201bbed57a469d548 (patch) | |
| tree | 5a010f97c209558cdd2d40327d41e6806aedde94 /modules/ducks.py | |
| parent | Remove empty spaces in coins.py (diff) | |
| signature | ||
Move most code in root directory to src/
Diffstat (limited to 'modules/ducks.py')
| -rw-r--r-- | modules/ducks.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/ducks.py b/modules/ducks.py index c2ae696c..a9c4f6b5 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -1,9 +1,7 @@ import random from operator import itemgetter from time import time -import EventManager - -import Utils +from src import EventManager, Utils DUCK_TAIL = "・゜゜・。。・゜゜" DUCK_HEAD = ["\_o< ", "\_O< ", "\_0< ", "\_\u00f6< ", "\_\u00f8< ", |
