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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/addons/timerevent.py b/addons/timerevent.py
index 752a865..a986fa0 100644
--- a/addons/timerevent.py
+++ b/addons/timerevent.py
@@ -69,5 +69,6 @@ __event__ = {
"display_name" : "Timed transition",
"icon" : "clock",
"class" : TimerEvent,
- "mandatory_props" : ["timeout"]
+ "mandatory_props" : ["timeout"],
+ "test" : True
}