Created
October 27, 2010 19:39
-
-
Save sergray/649788 to your computer and use it in GitHub Desktop.
legacy antigravity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> 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