From 6bb831d276d22649ca80a0fb46f272596f8f81dc Mon Sep 17 00:00:00 2001 From: makkalot Date: Tue, 27 May 2008 14:19:21 +0300 Subject: testing ... --- func/minion/modules/func_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {} -- cgit