edk2-edkrepo
edk2-edkrepo copied to clipboard
Allow edkrepo to run with a minimum of one command package imported.
If the global config file contains multiple packages in the command-packages section, raise an ImportError only when none of the packages could be imported.
For Python 3.5 compatibility, do not raise as ModuleNotFoundError.