On Jun 16, 2005, at 10:35 AM, J Davis wrote: > > I can redirect a browser like so: > return request.redirect("/path") Here is the way we do this now: from quixote import redirect return redirect("/path")