mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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>