diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/oe-selftest | 2 |
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 | ||
19 | import os | 19 | import os |
20 | import sys | 20 | import sys |
21 | import argparse | ||
22 | import logging | ||
23 | 21 | ||
24 | scripts_path = os.path.dirname(os.path.realpath(__file__)) | 22 | scripts_path = os.path.dirname(os.path.realpath(__file__)) |
25 | lib_path = scripts_path + '/lib' | 23 | lib_path = scripts_path + '/lib' |