summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-15 19:28:28 +0300
committermakkalot <makkalot@gmail.com>2008-06-15 19:28:28 +0300
commit207dea025323340aeb72c61cf499f348828f393f (patch)
tree2286008f140be606125ccf1703d3027926adc276 /func
parenta041a0d7eb7848825512ce8a6ae8243710356dfb (diff)
downloadthird_party-func-207dea025323340aeb72c61cf499f348828f393f.tar.gz
third_party-func-207dea025323340aeb72c61cf499f348828f393f.tar.xz
third_party-func-207dea025323340aeb72c61cf499f348828f393f.zip
haah i can not pass my unittests
Diffstat (limited to 'func')
-rw-r--r--func/minion/func_arg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/minion/func_arg.py b/func/minion/func_arg.py
index bf07f1e..bde5388 100644
--- a/func/minion/func_arg.py
+++ b/func/minion/func_arg.py
@@ -17,7 +17,7 @@ class ArgCompatibility(object):
"""
#these are the common options can be used with all types
- __common_options = ('optional','default','description')
+ __common_options = ('optional','default','description','order')
__method_options = ('description','args') #making method declarations more generic like method_name:{'args':{...},'description':"bla bla"}
#basic types has types also