edk2/BaseTools/Source/Python/FirmwareStorageFormat
Ashraf Ali S e494b25fe3 BaseTools:Remove deprecated ast.Str import for Python 3.14 compatibility
- Str is not being used in FvHeader.py
- Removed import of ast.Str as it was removed in Python 3.14.
- Ensures compatibility with Python 3.14 and later.
- https://docs.python.org/3/whatsnew/3.14.html#id9

This addresses ImportError caused by removal of deprecated AST classes
including ast.Str.

Signed-off-by: Ashraf Ali S <ashraf.ali.s@intel.com>
2025-10-21 02:45:38 +00:00
..
__init__.py BaseTools: Add FMMT Python Tool 2022-05-06 04:22:21 +00:00
Common.py BaseTools: Add FMMT Python Tool 2022-05-06 04:22:21 +00:00
FfsFileHeader.py BaseTools: Add FMMT Python Tool 2022-05-06 04:22:21 +00:00
FvHeader.py BaseTools:Remove deprecated ast.Str import for Python 3.14 compatibility 2025-10-21 02:45:38 +00:00
SectionHeader.py BaseTools: Add FMMT Python Tool 2022-05-06 04:22:21 +00:00
UPLHeader.py BaseTools: FMMT support ELF UPLD parser 2023-12-11 10:12:52 +00:00