couple of fixes to that script
This commit is contained in:
parent
f96b283dec
commit
29d9e648ed
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Copyright (C) 2016 Red Hat
|
||||
#
|
||||
|
@ -21,6 +21,8 @@
|
|||
Works around https://github.com/os-autoinst/openQA/pull/673
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
from openqa_client.client import OpenQA_Client
|
||||
from openqa_client.const import JOB_PENDING_STATES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue