diff options
Diffstat (limited to 'meta/lib/oeqa/sdkext/context.py')
-rw-r--r-- | meta/lib/oeqa/sdkext/context.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/lib/oeqa/sdkext/context.py b/meta/lib/oeqa/sdkext/context.py index 65da4c6e1b..2ac2bf6ff7 100644 --- a/meta/lib/oeqa/sdkext/context.py +++ b/meta/lib/oeqa/sdkext/context.py | |||
@@ -1,5 +1,8 @@ | |||
1 | # | ||
1 | # Copyright (C) 2016 Intel Corporation | 2 | # Copyright (C) 2016 Intel Corporation |
2 | # Released under the MIT license (see COPYING.MIT) | 3 | # |
4 | # SPDX-License-Identifier: MIT | ||
5 | # | ||
3 | 6 | ||
4 | import os | 7 | import os |
5 | from oeqa.sdk.context import OESDKTestContext, OESDKTestContextExecutor | 8 | from oeqa.sdk.context import OESDKTestContext, OESDKTestContextExecutor |