RequestFinder is a new class object.
This commit is contained in:
parent
e0967d1583
commit
3dea7e3c84
@ -13,7 +13,8 @@ STG_PREFIX = 'openSUSE:Factory:Staging:'
|
||||
def _is_int(x):
|
||||
return isinstance(x, int) or x.isdigit()
|
||||
|
||||
class RequestFinder:
|
||||
|
||||
class RequestFinder(object):
|
||||
|
||||
def __init__(self, apiurl, stagingapi):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user