diff options
| author | Scott Bahling <sbahling@suse.de> | 2018-07-18 17:32:13 +0200 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.de> | 2018-07-18 17:32:13 +0200 |
| commit | 04660109f28859424307f159ef96dd164ef720a8 (patch) | |
| tree | ac394bfdf8796307209e44ba56a640f1cf63083d /obsapi | |
| parent | 84de1851f6982ca73a2f82eb382ff3f13742e31f (diff) | |
| download | obsapi-04660109f28859424307f159ef96dd164ef720a8.tar.gz obsapi-04660109f28859424307f159ef96dd164ef720a8.tar.xz obsapi-04660109f28859424307f159ef96dd164ef720a8.zip | |
Fix module name
Diffstat (limited to 'obsapi')
| -rw-r--r-- | obsapi/httpapi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/obsapi/httpapi.py b/obsapi/httpapi.py index 8ef893e..ea0c9fb 100644 --- a/obsapi/httpapi.py +++ b/obsapi/httpapi.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # import requests -from log import logger +from logger import logger from requests.auth import HTTPBasicAuth from null import Null |
