From 9fe66294f37a0fd33c10722b14fb6a590f3b6fea Mon Sep 17 00:00:00 2001 From: Tobias Megies Date: Thu, 29 Sep 2016 10:41:34 +0200 Subject: [PATCH] fix relative imports for py3 --- obspy_github_api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obspy_github_api/__init__.py b/obspy_github_api/__init__.py index a66952a..9b7351e 100644 --- a/obspy_github_api/__init__.py +++ b/obspy_github_api/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -from obspy_github_api import * +from .obspy_github_api import *