Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/readfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/readfile.py')
-rw-r--r--addons/readfile.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/addons/readfile.py b/addons/readfile.py
index 494483c..63fec43 100644
--- a/addons/readfile.py
+++ b/addons/readfile.py
@@ -47,5 +47,6 @@ __action__ = {
"display_name" : "Read File",
"icon" : "message-bubble", #FIXME
"class" : ReadFile,
- "mandatory_props" : ["filename"]
+ "mandatory_props" : ["filename"],
+ "test" : True
}