Skip to content

Instantly share code, notes, and snippets.

@dannon
Created February 6, 2015 17:27
Show Gist options
  • Save dannon/18c0b2ef05117c455907 to your computer and use it in GitHub Desktop.
Save dannon/18c0b2ef05117c455907 to your computer and use it in GitHub Desktop.
>>> from urlparse import urljoin
>>> urljoin( "rsync://datacache.g2.bx.psu.edu/", "location")
'location'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment