summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-15 19:54:34 +0300
committermakkalot <makkalot@gmail.com>2008-06-15 19:54:34 +0300
commitb5c8fc4523039556152c5e49fe01a122103487d0 (patch)
tree5aa7bcf020ab5f7b95eff1c956bcfcb3cf10f82f /funcweb
parent207dea025323340aeb72c61cf499f348828f393f (diff)
downloadthird_party-func-b5c8fc4523039556152c5e49fe01a122103487d0.tar.gz
third_party-func-b5c8fc4523039556152c5e49fe01a122103487d0.tar.xz
third_party-func-b5c8fc4523039556152c5e49fe01a122103487d0.zip
ah i forgot about that weird python behaviour :)
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/controllers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcweb/funcweb/controllers.py b/funcweb/funcweb/controllers.py
index 8dba678..d53d01d 100644
--- a/funcweb/funcweb/controllers.py
+++ b/funcweb/funcweb/controllers.py
@@ -51,7 +51,7 @@ class Root(controllers.RootController):
@expose(template="funcweb.templates.method_args")
#@identity.require(identity.not_anonymous())
- def method_display(self,minion="*",module="service",method="reload"):
+ def method_display(self,minion=None,module=None,method=None):
fc = Overlord(minion)
method_args = getattr(fc,module).get_method_args()