From 6ec62da3cc2b08f4ed73f806cd94185f8383e11d Mon Sep 17 00:00:00 2001 From: Marcus Huewe Date: Tue, 4 Oct 2016 13:22:00 +0200 Subject: [PATCH] Add "apiurl" attribute to the Serviceinfo class Follow-up commit for 8c45eb64ade699ce3d8717f460b3064ca3ab3a58 (just to make sure that the "apiurl" attribute is always part of the Serviceinfo class...) --- osc/core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osc/core.py b/osc/core.py index bb889c04..ce722787 100644 --- a/osc/core.py +++ b/osc/core.py @@ -258,6 +258,7 @@ class Serviceinfo: def __init__(self): """creates an empty serviceinfo instance""" self.services = [] + self.apiurl = None self.project = None self.package = None