From 3a92948158c28d0fe14498bdb90d8259ff8a8345 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Thu, 24 Nov 2016 11:51:25 +0100 Subject: [PATCH] __init__.py fixed --- mastodon/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -from Mastodon import Mastodon +from mastodon.Mastodon import Mastodon __all__ = ['Mastodon']