aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/sdn/odl/odl.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-02-24 07:00:48 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-24 07:00:48 +0000
commit5ce37738d92d585d7fa6109fbcce06d20cb8e4b5 (patch)
treee311374f457f9f8d42adf26a3e38176fcab22752 /functest/opnfv_tests/sdn/odl/odl.py
parentc2477ac190dbf321b6bf136a906264b3d9e113cc (diff)
parentfbd916ea2e0783c3beb517fd4c69f139eafe1688 (diff)
Merge "Use new-style classes which inherit from object"
Diffstat (limited to 'functest/opnfv_tests/sdn/odl/odl.py')
-rwxr-xr-xfunctest/opnfv_tests/sdn/odl/odl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/sdn/odl/odl.py b/functest/opnfv_tests/sdn/odl/odl.py
index 9bff324f..69818f5a 100755
--- a/functest/opnfv_tests/sdn/odl/odl.py
+++ b/functest/opnfv_tests/sdn/odl/odl.py
@@ -186,7 +186,7 @@ class ODLTests(testcase_base.TestcaseBase):
return self.main(suites, **kwargs)
-class ODLParser():
+class ODLParser(object):
def __init__(self):
self.parser = argparse.ArgumentParser()