Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 client/tools/regression.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/tools/regression.py b/client/tools/regression.py
index 26491ac..65d1b42 100755
--- a/client/tools/regression.py
+++ b/client/tools/regression.py
@@ -48,7 +48,7 @@ def get_test_keyval(jobid, keyname, default=''):
     except:
         return default
 
-class Sample():
+class Sample(object):
     """ Collect test results in same environment to a sample """
     def __init__(self, type, arg):
         def generate_raw_table(test_dict):
-- 
1.7.11.4

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to