From 325cb794363a6188cf0c16ffc84d694e423b6cd1 Mon Sep 17 00:00:00 2001 From: Edward Hades Date: Thu, 24 Feb 2011 09:43:23 +0100 Subject: [PATCH] twython3: fixed __init__.py --- twython3k/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twython3k/__init__.py b/twython3k/__init__.py index d93c168..710c742 100644 --- a/twython3k/__init__.py +++ b/twython3k/__init__.py @@ -1 +1 @@ -import core +from .twython import Twython