Move Exceptions to own file
This commit is contained in:
parent
d228e04bc0
commit
6d1c439a89
3 changed files with 51 additions and 44 deletions
|
|
@ -1,2 +1,2 @@
|
|||
from twython import Twython
|
||||
from twython import TwythonError, TwythonRateLimitError, TwythonAuthError
|
||||
from .exceptions import TwythonError, TwythonRateLimitError, TwythonAuthError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue