# HG changeset patch # User k0s # Date 1261885288 18000 # Node ID 4db4c02ed1ea53dc83a41d3616db57e11cc60e39 # Parent 7e693f638ec246b0f89eb6bd91865267e40274cb remove strange useless string for action diff -r 7e693f638ec2 -r 4db4c02ed1ea bitsyauth/__init__.py --- a/bitsyauth/__init__.py Tue Nov 24 20:59:49 2009 -0500 +++ b/bitsyauth/__init__.py Sat Dec 26 22:41:28 2009 -0500 @@ -121,7 +121,7 @@ multi_auth.set_query_argument('digest', key='auth') # form authentication - template = self.login(wrap=True, action='%s') + template = self.login(wrap=True) multi_auth.add_method('form', form.middleware, self.authfunc, template=template) multi_auth.set_default('form')