From 30d0c4aba845ea89591cf8a63274bf67f2484ba0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 15 Jun 2011 23:18:49 -0400 Subject: [PATCH] will it blend? --- httpbin/helpers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httpbin/helpers.py b/httpbin/helpers.py index ef146e9..00e29ea 100644 --- a/httpbin/helpers.py +++ b/httpbin/helpers.py @@ -25,8 +25,8 @@ ASCII_ART = """ `\"\"\"` """ -REDIRECT_LOCATION = 'http://httpbin.org/redirect/1' - +REDIRECT_LOCATION = '/redirect/1' +# TODO: url_for. def get_files():