From fa76ae6a01f8740f831c400cccbb3cc744bfca40 Mon Sep 17 00:00:00 2001 From: makkalot Date: Tue, 27 May 2008 11:00:43 +0300 Subject: thanks god we dont use svn everyone would see what silly things im doing :) --- func/minion/modules/func_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'func/minion/modules/func_module.py') diff --git a/func/minion/modules/func_module.py b/func/minion/modules/func_module.py index 16f6681..203b321 100644 --- a/func/minion/modules/func_module.py +++ b/func/minion/modules/func_module.py @@ -88,4 +88,4 @@ class FuncModule(object): @param meth_name: the name of the method @retun : list or None """ - pass + return None -- cgit