mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
- 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> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| Common.py | ||
| FfsFileHeader.py | ||
| FvHeader.py | ||
| SectionHeader.py | ||
| UPLHeader.py | ||