aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/performance.py
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/performance.py')
-rw-r--r--testcases/performance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/performance.py b/testcases/performance.py
index a82b5d1c..1b67911e 100644
--- a/testcases/performance.py
+++ b/testcases/performance.py
@@ -16,7 +16,7 @@
import logging
-from testcases import TestCase
+from testcases.testcase import TestCase
from tools.report import report
class PerformanceTestCase(TestCase):