summaryrefslogtreecommitdiffstats
path: root/dovetail/testcase.py
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2017-01-20 06:46:57 +0000
committerxudan <xudan16@huawei.com>2017-01-20 06:49:28 +0000
commit9f4ce551bacb18bf424b0164a82cafb954f4b7c4 (patch)
tree3978d9a69727956180850588ebe63c468768fc48 /dovetail/testcase.py
parentc2401cd1bf3898aebeef08ca699072b1dca683f0 (diff)
dovetail tool: use python new-style classes which inherit from object
JIRA: DOVETAIL-187 Change-Id: Id6fa50a3a3cec7a18d27ca8feb383b53836a339b Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/testcase.py')
-rw-r--r--dovetail/testcase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dovetail/testcase.py b/dovetail/testcase.py
index ed7b832e..5ca23c4b 100644
--- a/dovetail/testcase.py
+++ b/dovetail/testcase.py
@@ -249,7 +249,7 @@ class TestcaseFactory(object):
return None
-class Testsuite:
+class Testsuite(object):
logger = None