]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Rename long() to int()
authorYunhua Feng <yunhuax.feng@intel.com>
Wed, 10 Oct 2018 03:00:31 +0000 (11:00 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sat, 13 Oct 2018 01:50:42 +0000 (09:50 +0800)
commit8371d87412bc1dae454dcc570691fc0d63e710b4
treefa1c0a276bfedde65ef3f28d129af4c00d9e2e98
parent261eee25de664dcef2d99b6365b16c9bc444143f
BaseTools: Rename long() to int()

Because the long() function 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/ValidCheckingInfoObject.py
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/GenFds/AprioriSection.py
BaseTools/Source/Python/GenFds/FdfParser.py
BaseTools/Source/Python/GenFds/GenFds.py
BaseTools/Source/Python/Pkcs7Sign/Pkcs7Sign.py
BaseTools/Source/Python/Rsa2048Sha256Sign/Rsa2048Sha256Sign.py