summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-13 10:58:33 +0300
committermakkalot <makkalot@gmail.com>2008-07-13 10:58:33 +0300
commit330d618de5a39746b3a37e504653ffaf16a2f9da (patch)
tree1af9ac5aafc862af60ef8da17391b5136f82f4e2 /funcweb
parentf349efa2e19a4af0327a790c7235c129f01bf9ec (diff)
downloadfunc-330d618de5a39746b3a37e504653ffaf16a2f9da.tar.gz
func-330d618de5a39746b3a37e504653ffaf16a2f9da.tar.xz
func-330d618de5a39746b3a37e504653ffaf16a2f9da.zip
make the minions to accept post globs
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 2fa6606..dec59e9 100644
--- a/funcweb/funcweb/controllers.py
+++ b/funcweb/funcweb/controllers.py
@@ -42,7 +42,7 @@ class Funcweb(object):
@expose(template="funcweb.templates.index")
@identity.require(identity.not_anonymous())
- def minions(self, glob='*'):
+ def minions(self, glob='*',submit='submit'):
""" Return a list of our minions that match a given glob """
#make the cache thing
if self.func_cache['glob'] == glob: