Skip to content

Instantly share code, notes, and snippets.

@sergray
Created October 27, 2010 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergray/649788 to your computer and use it in GitHub Desktop.
Save sergray/649788 to your computer and use it in GitHub Desktop.
legacy antigravity
>>> import antigravity
>>> antigravity.start()
'http://xkcd.com/353/'
# the source of http://pypi.python.org/pypi/antigravity/0.1
# is plain and there is no any magic of Python
#!/usr/bin/env python
STRIP_URL = "http://xkcd.com/353/"
def start():
return STRIP_URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment