mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 20:30:13 +01:00
contrib/rh-utils: add url to webservice API as code comment
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
e44280ad12
commit
af3a3d457b
1 changed files with 1 additions and 0 deletions
|
|
@ -205,6 +205,7 @@ def XMLRPCDateTime2datetime(dt):
|
|||
return dt
|
||||
return datetime.datetime.strptime(dt.value, "%Y%m%dT%H:%M:%S")
|
||||
|
||||
# Webservice docs: http://www.bugzilla.org/docs/4.4/en/html/api/Bugzilla/WebService/Bug.html
|
||||
class BzClient:
|
||||
COMMON_FIELDS = ['id', 'depends_on', 'blocks', 'flags', 'keywords', 'status', 'component']
|
||||
DEFAULT_FIELDS = ['summary', 'status', 'product', 'version', 'component', 'flags', 'cf_fixed_in']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue