From 40f836b057896469bca69772d9fc7168b2f8c644 Mon Sep 17 00:00:00 2001 From: JCTutorius Date: Fri, 06 Nov 2009 10:56:11 +0000 Subject: Added 'test' key in metadata to action and event that dont work in the creator, for the thursday 19th november demo. --- (limited to 'addons/timerevent.py') 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 } -- cgit v0.9.1