From 3dea7e3c845ea33985fc3b0ee5f67031c1dd3483 Mon Sep 17 00:00:00 2001 From: Alberto Planas Date: Mon, 10 Mar 2014 13:38:05 +0100 Subject: [PATCH] RequestFinder is a new class object. --- osclib/request_finder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osclib/request_finder.py b/osclib/request_finder.py index 567ebad7..4c81aaa6 100644 --- a/osclib/request_finder.py +++ b/osclib/request_finder.py @@ -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): """