Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/addons/oncewrapper.py
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-10-17 17:47:58 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-10-17 17:47:58 (GMT)
commit3b9bff2ef1826987d95815ff03c235052cea9aae (patch)
treeeac77f7221d54642ee7258e3bc8c2376d65c8900 /addons/oncewrapper.py
parent8ffa6e6e714a560d17e13f909625f143338e785b (diff)
LP 439980 : Code review changes : renamed is_identical to __eq__, relaxed action insertion constraints, added fixed meta-props for addons
Diffstat (limited to 'addons/oncewrapper.py')
-rw-r--r--addons/oncewrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/oncewrapper.py b/addons/oncewrapper.py
index fb0196f..97f4752 100644
--- a/addons/oncewrapper.py
+++ b/addons/oncewrapper.py
@@ -55,5 +55,5 @@ __action__ = {
'display_name' : 'Execute an action only once',
'icon' : 'once_wrapper',
'class' : OnceWrapper,
- 'mandatoryprops' : ['action']
+ 'mandatory_props' : ['action']
}