summaryrefslogtreecommitdiffstats
path: root/func/minion/modules/service.py
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-02 19:56:48 +0300
committermakkalot <makkalot@gmail.com>2008-06-02 19:56:48 +0300
commit1b4b73ed260c72ebeb0168c4a649e4f02eeb8dde (patch)
tree8d938b02a07ef7fa0ba0bb0e3e81bf53e9e6c7aa /func/minion/modules/service.py
parent871aae17edf1f0e45ad8075016bde1ba5f68e969 (diff)
downloadthird_party-func-1b4b73ed260c72ebeb0168c4a649e4f02eeb8dde.tar.gz
third_party-func-1b4b73ed260c72ebeb0168c4a649e4f02eeb8dde.tar.xz
third_party-func-1b4b73ed260c72ebeb0168c4a649e4f02eeb8dde.zip
arghh we can not use private methods so make public that register thing
Diffstat (limited to 'func/minion/modules/service.py')
-rw-r--r--func/minion/modules/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/minion/modules/service.py b/func/minion/modules/service.py
index a4e8bea..e615e1b 100644
--- a/func/minion/modules/service.py
+++ b/func/minion/modules/service.py
@@ -87,7 +87,7 @@ class Service(func_module.FuncModule):
results.append((tokens[0], tokens[-1].replace("...","")))
return results
- def __register_method_args(self):
+ def register_method_args(self):
"""
Implementing the argument getter
"""