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