mirror_edk2/BaseTools/Source
Feng, Bob C dde29b9ca5 BaseTools: Eot failed when enable python3
The Eot will report error when python3 enabled.
We replaced sdict with collections.OrderedDict in python3
patch set, but the sdict implement "append" method which is not
implemented in collections.OrderedDict.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2019-02-26 09:10:23 +08:00
..
C BaseTools: Add parameter check for the AsciiStringToUint64 2019-02-25 08:58:39 +08:00
Python BaseTools: Eot failed when enable python3 2019-02-26 09:10:23 +08:00