diff options
Diffstat (limited to 'module/interaction/EventManager.py')
-rw-r--r-- | module/interaction/EventManager.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/interaction/EventManager.py b/module/interaction/EventManager.py index 0c4fc80c9..8a80553cf 100644 --- a/module/interaction/EventManager.py +++ b/module/interaction/EventManager.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- from time import time -from PullEvents import ReloadAllEvent from module.utils import uniqify class EventManager: @@ -55,4 +54,4 @@ class Client: return self.events.pop(0) def addEvent(self, event): - self.events.append(event)
\ No newline at end of file + self.events.append(event) |