From 21a29a084ace36023b266a922b8bbd79136bf7c9 Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Tue, 21 Jan 2020 12:46:10 +0100 Subject: Change import paths --- obsapi/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obsapi/__init__.py') diff --git a/obsapi/__init__.py b/obsapi/__init__.py index 9f56ad4..6b3af61 100644 --- a/obsapi/__init__.py +++ b/obsapi/__init__.py @@ -1,4 +1,4 @@ -from core import * +from obsapi.core import * from ._version import get_versions __version__ = get_versions()['version'] -- cgit v1.2.3