diff options
| author | Scott Bahling <sbahling@suse.com> | 2020-01-21 12:46:10 +0100 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.com> | 2020-01-21 12:46:10 +0100 |
| commit | 21a29a084ace36023b266a922b8bbd79136bf7c9 (patch) | |
| tree | d454f9791a3c75669b5338a48f29df970d73af08 /obsapi/__init__.py | |
| parent | 206f7e1a6ea9f398dafc31ab8e24fb85f045af2b (diff) | |
| download | obsapi-21a29a084ace36023b266a922b8bbd79136bf7c9.tar.gz obsapi-21a29a084ace36023b266a922b8bbd79136bf7c9.tar.xz obsapi-21a29a084ace36023b266a922b8bbd79136bf7c9.zip | |
Change import paths
Diffstat (limited to 'obsapi/__init__.py')
| -rw-r--r-- | obsapi/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |
