summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-01 20:42:48 +0300
committermakkalot <makkalot@gmail.com>2008-06-01 20:42:48 +0300
commitc1caf860b5bcf68ac3bd542f792626b115324566 (patch)
treec9797820037b2e76c202179481345a180b93b397 /func
parent5ff04c7b52d9f273bb307aa03346e05466d5e5b4 (diff)
downloadthird_party-func-c1caf860b5bcf68ac3bd542f792626b115324566.tar.gz
third_party-func-c1caf860b5bcf68ac3bd542f792626b115324566.tar.xz
third_party-func-c1caf860b5bcf68ac3bd542f792626b115324566.zip
remove that dummy line im a complete git lame really
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 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):
"""