[z3-checkins] r42132 - z3/deliverance/DeliveranceVHoster/trunk/docs
ejucovy at codespeak.net
ejucovy at codespeak.net
Tue Apr 17 17:56:23 CEST 2007
Author: ejucovy
Date: Tue Apr 17 17:56:22 2007
New Revision: 42132
Modified:
z3/deliverance/DeliveranceVHoster/trunk/docs/openplans_hooks.py
Log:
fixed broken syntax error fix
Modified: z3/deliverance/DeliveranceVHoster/trunk/docs/openplans_hooks.py
==============================================================================
--- z3/deliverance/DeliveranceVHoster/trunk/docs/openplans_hooks.py (original)
+++ z3/deliverance/DeliveranceVHoster/trunk/docs/openplans_hooks.py Tue Apr 17 17:56:22 2007
@@ -67,7 +67,7 @@
# Need to redirect
new_url = construct_url(environ, path_info='/tasks/')
raise httpexceptions.HTTPMovedPermanently(
- headers=[{'Location': new_url}])
+ headers=[('Location', new_url)])
if path_info.startswith('/tasks/'):
environ['HTTP_X_OPENPLANS_APPLICATION'] = 'tasktracker'
remote_uri = task_tracker_uri
More information about the z3-checkins
mailing list