diff --git a/extract-files.py b/extract-files.py index 3a0da08..7233d90 100755 --- a/extract-files.py +++ b/extract-files.py @@ -8,9 +8,8 @@ from extract_utils.extract import extract_fns_user_type from extract_utils.extract_star import extract_star_firmware from extract_utils.fixups_lib import ( - lib_fixup_vendorcompat, + lib_fixups, lib_fixups_user_type, - libs_proto_3_9_1, ) from extract_utils.main import ( ExtractUtils, @@ -28,7 +27,7 @@ namespace_imports = [ ] lib_fixups: lib_fixups_user_type = { - libs_proto_3_9_1: lib_fixup_vendorcompat, + **lib_fixups, } extract_fns: extract_fns_user_type = {