diff --git a/Generic-Functions.textile b/Generic-Functions.textile index 3a7c570..f54f5f9 100644 --- a/Generic-Functions.textile +++ b/Generic-Functions.textile @@ -11,10 +11,10 @@ Parameters:
 
-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