Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/timerevent.py
diff options
context:
space:
mode:
authorJCTutorius <charlie@tutorius-dev.(none)>2009-11-06 10:56:11 (GMT)
committer JCTutorius <charlie@tutorius-dev.(none)>2009-11-06 10:56:11 (GMT)
commit40f836b057896469bca69772d9fc7168b2f8c644 (patch)
tree7bfe0d488869e9286dfb97b3a66da4f9dd55fda2 /addons/timerevent.py
parent80cb8a676d3087819c05ae63db9c662d4951b8d2 (diff)
Added 'test' key in metadata to action and event that dont work in the creator, for the thursday 19th november demo.
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
}