You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
Python imp module is removed in 3.12+ and will cause a build error. Replace with importlib.machinery.SourceFileLoader. Signed-off-by: Bejean Mosher <bejean.mosher@intel.com>