oops my bad. fixed the examples properly this time

This commit is contained in:
idris 2009-10-11 17:18:44 -04:00 committed by Ryan McGrath
parent 024742d51b
commit 09cce11143
5 changed files with 5 additions and 16 deletions

View file

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