changeset 48:fbba2df5c094

no need to add a slash here
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 01 Mar 2012 14:02:01 -0800
parents cb24b5265557
children ca456e08924f
files simpypi/wsgi.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/simpypi/wsgi.py	Thu Mar 01 13:42:42 2012 -0800
+++ b/simpypi/wsgi.py	Thu Mar 01 14:02:01 2012 -0800
@@ -60,7 +60,7 @@
             return exc.HTTPBadRequest()
 
         # successful response: redirect to the main page
-        response = exc.HTTPSeeOther(add_slash=True)
+        response = exc.HTTPSeeOther()
 
         # make a temporary copy for pkginfo
         # (or PaInt?)