]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: use OrderedDict instead of sdict
authorFeng, Bob C <bob.c.feng@intel.com>
Mon, 28 Jan 2019 07:03:56 +0000 (15:03 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Fri, 1 Feb 2019 03:09:17 +0000 (11:09 +0800)
commitf56c83f815798e52f2a0fd9f71c340ba67958a67
tree8da41135cebe2c1aa4a0bca8e680a64e372c8477
parent00f86d89ab7039922904d16b499e71aa34f99545
BaseTools: use OrderedDict instead of sdict

use OrderedDict instead of sdict, and delete sdict

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/Common/Misc.py