zephyr/scripts/kconfig
Keith Short df0942f343 scripts: kconfigfunctions: cleanup edt loading
An explicit import of edtlib is not required when using
pickle.load() and creates a duplicate module object.

Retrieve the correct module object directly from the pickle file
using inspect.getmodule().

Signed-off-by: Keith Short <keithshort@google.com>
2023-04-07 13:37:51 +02:00
..
diffconfig
guiconfig.py
hardenconfig.py
hardened.csv
kconfig.py treewide: Disable automatic argparse argument shortening 2023-01-26 20:12:36 +09:00
kconfigfunctions.py scripts: kconfigfunctions: cleanup edt loading 2023-04-07 13:37:51 +02:00
kconfiglib.py treewide: Disable automatic argparse argument shortening 2023-01-26 20:12:36 +09:00
lint.py treewide: Disable automatic argparse argument shortening 2023-01-26 20:12:36 +09:00
menuconfig.py