aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-11-24 14:20:27 +0100
committerLorenz Diener <[email protected]>2017-11-24 14:20:27 +0100
commitcea4d4251a0b998ae734811ee78651d60a138d3e (patch)
treed65a8726cd7cb317b820970c8953740a39c46c82 /mastodon/__init__.py
parentfa53713abdb7e9fa1385186bd6649cc7317c7855 (diff)
downloadmastodon.py-cea4d4251a0b998ae734811ee78651d60a138d3e.tar.gz
Change exceptions slightly
Diffstat (limited to 'mastodon/__init__.py')
-rw-r--r--mastodon/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mastodon/__init__.py b/mastodon/__init__.py
index 9c8e39b..3123356 100644
--- a/mastodon/__init__.py
+++ b/mastodon/__init__.py
@@ -1,4 +1,4 @@
1from mastodon.Mastodon import Mastodon 1from mastodon.Mastodon import Mastodon
2from mastodon.streaming import StreamListener, MalformedEventError 2from mastodon.streaming import StreamListener
3 3
4__all__ = ['Mastodon', 'StreamListener', 'MalformedEventError'] 4__all__ = ['Mastodon', 'StreamListener']
Powered by cgit v1.2.3 (git 2.41.0)