]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:use iterate list to replace the itertools
authorZhijux Fan <zhijux.fan@intel.com>
Thu, 6 Dec 2018 01:09:36 +0000 (09:09 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Fri, 1 Feb 2019 03:09:16 +0000 (11:09 +0800)
commit2f28dca16ff34776e75eb01b06b83cf022f1111c
tree5237be816a4c718d77752e2e287830bf971c8d4d
parente77e59c9bdb929c4d6e896d181ad2752fac7b538
BaseTools:use iterate list to replace the itertools

itertools.imap() replace map(), itertools.ifilter() replace filter

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: Zhiju.Fan <zhijux.fan@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/build/build.py