From 71ebd674d9cddd54cb601f4993c4174960570a61 Mon Sep 17 00:00:00 2001 From: ryanmcgrath Date: Mon, 13 Sep 2010 02:21:49 -0700 Subject: [PATCH] Migrated from generic-functions v5 --- Generic-Functions.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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