summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-01 19:13:27 +0300
committermakkalot <makkalot@gmail.com>2008-06-01 19:13:27 +0300
commit7b339cfc592e4243e84a1ecd3f5673021d2b73a0 (patch)
treed12b5059ed999042ecb3e8b9bc65e6468318ecce /func
parente8f7ed14ea4c1f82869253735cb861ac319ca4df (diff)
downloadthird_party-func-7b339cfc592e4243e84a1ecd3f5673021d2b73a0.tar.gz
third_party-func-7b339cfc592e4243e84a1ecd3f5673021d2b73a0.tar.xz
third_party-func-7b339cfc592e4243e84a1ecd3f5673021d2b73a0.zip
a dummy test
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 813dcf2..cb2970c 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 {}
+ return {'hey':'how'}
def __is_all_args_registered(self,name):
"""