Skip to content

Instantly share code, notes, and snippets.

@sherbondy
Created January 24, 2010 19:25
Show Gist options
  • Save sherbondy/285391 to your computer and use it in GitHub Desktop.
Save sherbondy/285391 to your computer and use it in GitHub Desktop.
tree = ET.fromstring(result.content)
redirect_url = tree.findtext("redirect-url")
self.redirect(redirect_url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment