From f991f91cf861094851b6d7c2136865e4c48bb97b Mon Sep 17 00:00:00 2001 From: Edward Hades Date: Thu, 24 Feb 2011 16:43:23 +0800 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