# HG changeset patch # User Jeff Hammel # Date 1330639321 28800 # Node ID fbba2df5c0948b7906a0d0cb855678e3b5c41d81 # Parent cb24b5265557afedbf9bbb57a537daff7b1a24e3 no need to add a slash here diff -r cb24b5265557 -r fbba2df5c094 simpypi/wsgi.py --- 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?)