summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-05-27 14:19:21 +0300
committermakkalot <makkalot@gmail.com>2008-05-27 14:19:21 +0300
commit6bb831d276d22649ca80a0fb46f272596f8f81dc (patch)
tree15da3e725e14e8eb02bdf44cad00efc3570d4748 /func
parent2c4817f1ee0f80ad4aae080099994fcec41a529b (diff)
downloadthird_party-func-6bb831d276d22649ca80a0fb46f272596f8f81dc.tar.gz
third_party-func-6bb831d276d22649ca80a0fb46f272596f8f81dc.tar.xz
third_party-func-6bb831d276d22649ca80a0fb46f272596f8f81dc.zip
testing ...
Diffstat (limited to 'func')
-rw-r--r--func/minion/modules/func_module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/minion/modules/func_module.py b/func/minion/modules/func_module.py
index 98d7266..14fdbfe 100644
--- a/func/minion/modules/func_module.py
+++ b/func/minion/modules/func_module.py
@@ -90,7 +90,7 @@ class FuncModule(object):
@retun : list or None
"""
#is it a tuple ?
- meth_name = method_name[0]
+ #meth_name = meth_name[0]
if not self.__is_public_valid_method(name):
return {}