audk/BaseTools/Source/Python/Table
Marvin.Haeuser@outlook.com 5a57246eab BaseTools: Rename String to StringUtils.
For case-insensitive file systems, edk2 String.py collides with the
Python string.py, which results in build errors. This,for example,
applies to building via the Windows Subsystem for Linux from a
DriveFS file system. This patch renames String to StringUtils to
prevent conflicts for case-insensitive file systems.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2018-05-28 13:05:00 +08:00
..
Table.py
TableDataModel.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
TableDec.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
TableDsc.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
TableEotReport.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
TableFdf.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
TableFile.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
TableFunction.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
TableIdentifier.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
TableInf.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
TablePcd.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
TableQuery.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
TableReport.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
__init__.py