]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: replace the list iteritems by items
authorYunhua Feng <yunhuax.feng@intel.com>
Mon, 3 Sep 2018 07:40:46 +0000 (15:40 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sat, 13 Oct 2018 01:50:43 +0000 (09:50 +0800)
commit5135cc48529a2de1801ad826fb5644dc508285e2
tree5a3039f5f12d4684b8f444c11f12f7e1eb5b7c60
parentd3678942b40a7c7755f60dae2b7f92583a03a24e
BaseTools: replace the list iteritems by items

replace the list iteritems by items in Python3.

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>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/GenMake.py
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/Workspace/DscBuildData.py
BaseTools/Source/Python/build/build.py