Make imports better (fixes #129)
This commit is contained in:
pare
dd5f4ae08a
commit
d5efea7238
S'han modificat 1 arxius amb 2 adicions i 2 eliminacions
|
@ -1,4 +1,4 @@
|
|||
from mastodon.Mastodon import Mastodon
|
||||
from mastodon.Mastodon import Mastodon, MastodonError, MastodonVersionError, MastodonIllegalArgumentError, MastodonIOError, MastodonFileNotFoundError, MastodonNetworkError, MastodonAPIError, MastodonNotFoundError, MastodonUnauthorizedError, MastodonRatelimitError, MastodonMalformedEventError
|
||||
from mastodon.streaming import StreamListener, CallbackStreamListener
|
||||
|
||||
__all__ = ['Mastodon', 'StreamListener', 'CallbackStreamListener']
|
||||
__all__ = ['Mastodon', 'StreamListener', 'CallbackStreamListener', 'MastodonError', 'MastodonVersionError', 'MastodonIllegalArgumentError', 'MastodonIOError', 'MastodonFileNotFoundError', 'MastodonNetworkError', 'MastodonAPIError', 'MastodonNotFoundError', 'MastodonUnauthorizedError', 'MastodonRatelimitError', 'MastodonMalformedEventError']
|
||||
|
|
Loading…
Referencia en una nova incidència