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/httpapi.py | |
| parent | 206f7e1a6ea9f398dafc31ab8e24fb85f045af2b (diff) | |
| download | obsapi-21a29a084ace36023b266a922b8bbd79136bf7c9.tar.gz obsapi-21a29a084ace36023b266a922b8bbd79136bf7c9.tar.xz obsapi-21a29a084ace36023b266a922b8bbd79136bf7c9.zip | |
Change import paths
Diffstat (limited to 'obsapi/httpapi.py')
| -rw-r--r-- | obsapi/httpapi.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/obsapi/httpapi.py b/obsapi/httpapi.py index 517856d..c8ca03d 100644 --- a/obsapi/httpapi.py +++ b/obsapi/httpapi.py @@ -2,9 +2,9 @@ # import requests import re -from logger import logger +from obsapi.logger import logger from requests.auth import HTTPBasicAuth -from null import Null +from .null import Null try: import osc.conf as osc_conf |
