Move Exceptions to own file

This commit is contained in:
Mike Helmick 2013-04-15 16:12:02 -04:00
parent d228e04bc0
commit 6d1c439a89
3 changed files with 51 additions and 44 deletions

View file

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