summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAdrian Freihofer <adrian.freihofer@gmail.com>2025-03-10 10:35:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-11 11:20:34 +0000
commit080cd0899c13e6ab69ca8fe1dff7915188b62051 (patch)
tree6367ea1fc374422d7e1a577995b405fc833a7734 /scripts
parent00e30f557bed16399c705767a0b01eb7d22ef1af (diff)
downloadpoky-080cd0899c13e6ab69ca8fe1dff7915188b62051.tar.gz
oe-selftest: drop redundant imports
(From OE-Core rev: 95e26e937b37c02646c2481915ddba616fe754ba) Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/oe-selftest2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/oe-selftest b/scripts/oe-selftest
index 18ac0f5869..afc48d9905 100755
--- a/scripts/oe-selftest
+++ b/scripts/oe-selftest
@@ -18,8 +18,6 @@
18 18
19import os 19import os
20import sys 20import sys
21import argparse
22import logging
23 21
24scripts_path = os.path.dirname(os.path.realpath(__file__)) 22scripts_path = os.path.dirname(os.path.realpath(__file__))
25lib_path = scripts_path + '/lib' 23lib_path = scripts_path + '/lib'