summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core/tests/cases/data.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/core/tests/cases/data.py')
-rw-r--r--meta/lib/oeqa/core/tests/cases/data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/core/tests/cases/data.py b/meta/lib/oeqa/core/tests/cases/data.py
index 0d8de87ae7..61f88547f7 100644
--- a/meta/lib/oeqa/core/tests/cases/data.py
+++ b/meta/lib/oeqa/core/tests/cases/data.py
@@ -5,7 +5,7 @@
5# 5#
6 6
7from oeqa.core.case import OETestCase 7from oeqa.core.case import OETestCase
8from oeqa.core.decorator.oetag import OETestTag 8from oeqa.core.decorator import OETestTag
9from oeqa.core.decorator.data import OETestDataDepends 9from oeqa.core.decorator.data import OETestDataDepends
10 10
11class DataTest(OETestCase): 11class DataTest(OETestCase):