From 50ffa575d85b9b5216aee96f7b915d1f7c3628aa Mon Sep 17 00:00:00 2001 From: ryanmcgrath Date: Mon, 13 Sep 2010 02:21:57 -0700 Subject: [PATCH] Migrated from generic-functions v6 --- Generic-Functions.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generic-Functions.textile b/Generic-Functions.textile index f54f5f9..762e089 100644 --- a/Generic-Functions.textile +++ b/Generic-Functions.textile @@ -14,7 +14,7 @@ Parameters: import twython # Shortening URLs requires no authentication, huzzah -twitter = twython.setup() +twitter = twython.core.setup() shortURL = twitter.shortenURL("http://www.webs.com/") print shortURL