From e8f7ed14ea4c1f82869253735cb861ac319ca4df Mon Sep 17 00:00:00 2001 From: makkalot Date: Sun, 1 Jun 2008 19:05:03 +0300 Subject: some testing commits --- func/minion/modules/func_module.py | 1 - 1 file changed, 1 deletion(-) (limited to 'func') diff --git a/func/minion/modules/func_module.py b/func/minion/modules/func_module.py index e2a47c3..813dcf2 100644 --- a/func/minion/modules/func_module.py +++ b/func/minion/modules/func_module.py @@ -95,7 +95,6 @@ class FuncModule(object): if not tmp_arg_dict: return {} - #or go ahead #see if user tried to register an not implemented method :) for method in tmp_arg_dict.keys(): if not hasattr(self,method): -- cgit