]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools - AutoGen - replace custom dictionary class with python standard one
authorCarsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben>
Tue, 3 Apr 2018 21:03:05 +0000 (05:03 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sun, 8 Apr 2018 06:50:16 +0000 (14:50 +0800)
commit9006a2c6a35bfa607ddaa6d6c2a0738b65f6da97
treeab72c2fa634967a1d93e50f5e9f6d75b35e87fdd
parent386eb9d7935505ff13b07379832a02fe971ff61c
BaseTools - AutoGen - replace custom dictionary class with python standard one

We have a custom ordered dictionary class.  works fine with python OrderedDict version.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools/Source/Python/AutoGen/GenMake.py