Migrated from generic-functions v5

ryanmcgrath 2010-09-13 02:21:49 -07:00
parent 5ddb8c8dc5
commit 71ebd674d9

@ -11,10 +11,10 @@ Parameters:
<pre> <pre>
<code> <code>
import tango import twython
# Shortening URLs requires no authentication, huzzah # Shortening URLs requires no authentication, huzzah
twitter = tango.setup() twitter = twython.setup()
shortURL = twitter.shortenURL("http://www.webs.com/") shortURL = twitter.shortenURL("http://www.webs.com/")
print shortURL print shortURL