From: Sieu Mun Tang <[email protected]> This is for new platform enablement for agilex5. Update binman tool for new platform.
Signed-off-by: Sieu Mun Tang <[email protected]> --- tools/binman/control.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/binman/control.py b/tools/binman/control.py index 68597c4e77..51e94c9e65 100644 --- a/tools/binman/control.py +++ b/tools/binman/control.py @@ -7,11 +7,11 @@ from collections import OrderedDict import glob -try: - import importlib.resources -except ImportError: +#try: +# import importlib.resources +#except ImportError: # for Python 3.6 - import importlib_resources +# import importlib_resources import os import pkg_resources import re -- 2.26.2

