aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2016-11-24 11:51:25 +0100
committerLorenz Diener <[email protected]>2016-11-24 11:51:25 +0100
commit3a92948158c28d0fe14498bdb90d8259ff8a8345 (patch)
tree4b2f5a7023f3df496c25edaea943b6dc113e90d7 /mastodon/__init__.py
parentd47b079a0417b386a3208f8a8c9d2056bdf3a8e5 (diff)
downloadmastodon.py-3a92948158c28d0fe14498bdb90d8259ff8a8345.tar.gz
__init__.py fixed
Diffstat (limited to 'mastodon/__init__.py')
-rw-r--r--mastodon/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/__init__.py b/mastodon/__init__.py
index 0c0744e..17f63e6 100644
--- a/mastodon/__init__.py
+++ b/mastodon/__init__.py
@@ -1,2 +1,2 @@
1from Mastodon import Mastodon 1from mastodon.Mastodon import Mastodon
2__all__ = ['Mastodon'] 2__all__ = ['Mastodon']
Powered by cgit v1.2.3 (git 2.41.0)