From cea4d4251a0b998ae734811ee78651d60a138d3e Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 24 Nov 2017 14:20:27 +0100 Subject: Change exceptions slightly --- mastodon/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mastodon/__init__.py') 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 @@ from mastodon.Mastodon import Mastodon -from mastodon.streaming import StreamListener, MalformedEventError +from mastodon.streaming import StreamListener -__all__ = ['Mastodon', 'StreamListener', 'MalformedEventError'] +__all__ = ['Mastodon', 'StreamListener'] -- cgit v1.2.3