summaryrefslogtreecommitdiffstats
path: root/functest/ci/run_tests.py
diff options
context:
space:
mode:
authorLinda Wang <wangwulin@huawei.com>2017-01-22 07:50:45 +0000
committerLinda Wang <wangwulin@huawei.com>2017-02-23 02:00:51 +0000
commitfbd916ea2e0783c3beb517fd4c69f139eafe1688 (patch)
tree8a9c10ce050b575db0947d6e469f8b4e71adc8ef /functest/ci/run_tests.py
parent03208634b25e61faebaa34e932e282a8f26c0ea4 (diff)
Use new-style classes which inherit from object
JIRA: FUNCTEST-707 Change-Id: Ieaa888375136eddbbe003a24b32bf09fd0f92923 Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'functest/ci/run_tests.py')
-rwxr-xr-xfunctest/ci/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/run_tests.py b/functest/ci/run_tests.py
index 93518de0b..f920e70d8 100755
--- a/functest/ci/run_tests.py
+++ b/functest/ci/run_tests.py
@@ -48,7 +48,7 @@ class BlockingTestFailed(Exception):
pass
-class RunTestsParser():
+class RunTestsParser(object):
def __init__(self):
self.parser = argparse.ArgumentParser()