Bugs fixed as described on Twitter yesterday to Ryan McGrath #107

Merged
lucadex merged 2 commits from master into master 2012-07-24 11:52:15 -07:00
Showing only changes of commit c5468ee1b5 - Show all commits

View file

@ -1,2 +1,2 @@
from twython import Twython
from twython import TwythonError, TwythonAPILimit, TwythonAuthError
from twython import TwythonError, TwythonRateLimitError, TwythonAuthError