Delete shorten_url.py

Fixes #277
[ci skip]
This commit is contained in:
Mike Helmick 2013-10-23 00:10:53 -04:00
parent 1db20c049e
commit 36ef365d43

View file

@ -1,6 +0,0 @@
from twython import Twython
# Shortening URLs requires no authentication, huzzah
shortURL = Twython.shorten_url('http://www.webs.com/')
print shortURL