From c1caf860b5bcf68ac3bd542f792626b115324566 Mon Sep 17 00:00:00 2001 From: makkalot Date: Sun, 1 Jun 2008 20:42:48 +0300 Subject: remove that dummy line im a complete git lame really --- func/minion/modules/func_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func') diff --git a/func/minion/modules/func_module.py b/func/minion/modules/func_module.py index 07b5443..5c9eb03 100644 --- a/func/minion/modules/func_module.py +++ b/func/minion/modules/func_module.py @@ -118,7 +118,7 @@ class FuncModule(object): """ # to know they didnt implement it - return {'hey':'how'} + return {} def __is_all_args_registered(self,name): """ -- cgit