]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Eot failed when enable python3
authorFeng, Bob C <bob.c.feng@intel.com>
Mon, 25 Feb 2019 09:00:31 +0000 (17:00 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Tue, 26 Feb 2019 01:10:23 +0000 (09:10 +0800)
commitdde29b9ca544a47e08cb53cba3895fcabe82521e
treec29327838deb92981fdb810490f1912c1f781ab1
parent07f4e26eb6fe5203028ecfe9bad90d3b67dc72c8
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>
BaseTools/Source/Python/Eot/EotMain.py