diff options
author | Lorenz Diener <[email protected]> | 2016-11-24 11:51:25 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2016-11-24 11:51:25 +0100 |
commit | 3a92948158c28d0fe14498bdb90d8259ff8a8345 (patch) | |
tree | 4b2f5a7023f3df496c25edaea943b6dc113e90d7 /mastodon | |
parent | d47b079a0417b386a3208f8a8c9d2056bdf3a8e5 (diff) | |
download | mastodon.py-3a92948158c28d0fe14498bdb90d8259ff8a8345.tar.gz |
__init__.py fixed
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/__init__.py | 2 |
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 @@ | |||
1 | from Mastodon import Mastodon | 1 | from mastodon.Mastodon import Mastodon |
2 | __all__ = ['Mastodon'] | 2 | __all__ = ['Mastodon'] |