Update twython/__init__.py

This commit is contained in:
lucadex 2012-07-24 12:45:32 +03:00
parent 4163fcdc44
commit c5468ee1b5

View file

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