aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2017-11-24 15:08:34 +0100
committerLorenz Diener <[email protected]>2017-11-24 15:08:34 +0100
commite220e7cc60839ee1e3b27781b3b1cb609e593f85 (patch)
tree0575d9a30ad250247f7b3bb171cedfb0d4e8af60 /mastodon/__init__.py
parentcea4d4251a0b998ae734811ee78651d60a138d3e (diff)
downloadmastodon.py-e220e7cc60839ee1e3b27781b3b1cb609e593f85.tar.gz
Many fixes for streaming stuff
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 3123356..fdf776d 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 2from mastodon.streaming import StreamListener, CallbackStreamListener
3 3
4__all__ = ['Mastodon', 'StreamListener'] 4__all__ = ['Mastodon', 'StreamListener', 'CallbackStreamListener']
Powered by cgit v1.2.3 (git 2.41.0)