Migrated from generic-functions v6

ryanmcgrath 2010-09-13 02:21:57 -07:00
parent b4b0ac7aed
commit 50ffa575d8

@ -14,7 +14,7 @@ Parameters:
import twython import twython
# Shortening URLs requires no authentication, huzzah # Shortening URLs requires no authentication, huzzah
twitter = twython.setup() twitter = twython.core.setup()
shortURL = twitter.shortenURL("http://www.webs.com/") shortURL = twitter.shortenURL("http://www.webs.com/")
print shortURL print shortURL