From 8c8205522e41f7fb9196058946bffadd4e0677ba Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 3 May 2019 16:40:12 +0100 Subject: Actually import EventManager in ducks.py --- modules/ducks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/ducks.py b/modules/ducks.py index 0bc4ba1a..175ae7f3 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -1,5 +1,5 @@ import random -from src import ModuleManager, utils +from src import EventManager, ModuleManager, utils DUCK = "・゜゜・。。・゜゜\_o< QUACK!" NO_DUCK = "There was no duck!" -- cgit v1.3.1-10-gc9f91