diff options
| author | Scott Bahling <sbahling@suse.de> | 2018-07-18 17:22:00 +0200 |
|---|---|---|
| committer | Scott Bahling <sbahling@suse.de> | 2018-07-18 17:22:00 +0200 |
| commit | 19264fdace6eed4fe600948741d21a4b9f947423 (patch) | |
| tree | c150ad65f577468358a0c5a482072b94023529d9 /obsapi/buildapi.py | |
| parent | da1e9fd7c1236b17590946aff5a7ae638d50c6df (diff) | |
| download | obsapi-19264fdace6eed4fe600948741d21a4b9f947423.tar.gz obsapi-19264fdace6eed4fe600948741d21a4b9f947423.tar.xz obsapi-19264fdace6eed4fe600948741d21a4b9f947423.zip | |
Make flake8 happy
Add dummy logger for now
Diffstat (limited to 'obsapi/buildapi.py')
| -rw-r--r-- | obsapi/buildapi.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/obsapi/buildapi.py b/obsapi/buildapi.py index 40054b1..eceea4d 100644 --- a/obsapi/buildapi.py +++ b/obsapi/buildapi.py @@ -2,6 +2,7 @@ # from obsapi.httpapi import ObsHttpApi + class ObsBuildApi(ObsHttpApi): rootapi = '/build/' |
