summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-05-27 15:45:07 +0300
committermakkalot <makkalot@gmail.com>2008-05-27 15:45:07 +0300
commite9d4417179b6c164257794b89ec5da6d853f7d45 (patch)
treea8325b1940cbb101e1dcd915c55cd0d5d94dc1ef /func
parentce08177132f46d8ae0fa636feaa19f157482afa5 (diff)
downloadthird_party-func-e9d4417179b6c164257794b89ec5da6d853f7d45.tar.gz
third_party-func-e9d4417179b6c164257794b89ec5da6d853f7d45.tar.xz
third_party-func-e9d4417179b6c164257794b89ec5da6d853f7d45.zip
the unittest for get_method_args it passes the system module test hacky like other members like it we should implement them ...
Diffstat (limited to 'func')
-rw-r--r--func/minion/modules/func_module.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/func/minion/modules/func_module.py b/func/minion/modules/func_module.py
index b13d3ac..21ec3ea 100644
--- a/func/minion/modules/func_module.py
+++ b/func/minion/modules/func_module.py
@@ -90,6 +90,7 @@ class FuncModule(object):
@retun : dict(name:[arg1,arg2...]) or {}
"""
#we dont need them actually
+
if name in self.__base_methods.keys():
return {}