From 6a4414f5381e6ed7e8516d271cee0d62ed388cab Mon Sep 17 00:00:00 2001 From: Charley Peng Date: Thu, 29 May 2014 09:56:54 +1000 Subject: [PATCH] simple py3 import change --- cheat/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cheat/__init__.py b/cheat/__init__.py index 50b5a16..04d9a4c 100644 --- a/cheat/__init__.py +++ b/cheat/__init__.py @@ -1,3 +1,3 @@ -import sheet -import sheets -import utils +from . import sheet +from . import sheets +from . import utils