diff options
Diffstat (limited to 'scripts/lib/compatlayer/case.py')
-rw-r--r-- | scripts/lib/compatlayer/case.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/lib/compatlayer/case.py b/scripts/lib/compatlayer/case.py deleted file mode 100644 index 54ce78aa60..0000000000 --- a/scripts/lib/compatlayer/case.py +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | # Copyright (C) 2017 Intel Corporation | ||
2 | # Released under the MIT license (see COPYING.MIT) | ||
3 | |||
4 | from oeqa.core.case import OETestCase | ||
5 | |||
6 | class OECompatLayerTestCase(OETestCase): | ||
7 | pass | ||