Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/timerevent.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/timerevent.py')
-rw-r--r--addons/timerevent.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/addons/timerevent.py b/addons/timerevent.py
index 752a865..ae2c51a 100644
--- a/addons/timerevent.py
+++ b/addons/timerevent.py
@@ -35,7 +35,6 @@ class TimerEvent(EventFilter):
super(TimerEvent,self).__init__()
if timeout:
self.timeout = timeout
- self._handler_id = None
def install_handlers(self, callback, **kwargs):
"""install_handlers creates the timer and starts it"""