[z3-checkins] r42130 - z3/deliverance/DeliveranceVHoster/trunk/docs

ejucovy at codespeak.net ejucovy at codespeak.net
Tue Apr 17 17:43:39 CEST 2007


Author: ejucovy
Date: Tue Apr 17 17:43:38 2007
New Revision: 42130

Modified:
   z3/deliverance/DeliveranceVHoster/trunk/docs/openplans_hooks.py
Log:
fixed syntax error


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:43:38 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