diff options
Diffstat (limited to 'lib/python2.7/antigravity.py')
-rw-r--r-- | lib/python2.7/antigravity.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/python2.7/antigravity.py b/lib/python2.7/antigravity.py new file mode 100644 index 0000000..7fb7d82 --- /dev/null +++ b/lib/python2.7/antigravity.py @@ -0,0 +1,4 @@ + +import webbrowser + +webbrowser.open("http://xkcd.com/353/") |