]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/BPDG/GenVpd.py
BaseTools: Rename xrange() to range()
authorYunhua Feng <yunhuax.feng@intel.com>
Thu, 26 Jul 2018 06:12:09 +0000 (14:12 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sat, 13 Oct 2018 01:50:41 +0000 (09:50 +0800)
commit261eee25de664dcef2d99b6365b16c9bc444143f
tree209c06a120b7f773d742b180cf670bb4f5cd222e
parent487062c048809420de1b008bc9d17815a8c4fbdb
BaseTools: Rename xrange() to range()

Because the xrange() was not exist 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/GenPcdDb.py
BaseTools/Source/Python/AutoGen/GenVar.py
BaseTools/Source/Python/BPDG/GenVpd.py
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/GenFds/Region.py