]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Common/VpdInfoFile.py
BaseTools: Remove tuple parameter in python scripts
authorGary Lin <glin@suse.com>
Mon, 25 Jun 2018 10:31:28 +0000 (18:31 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 27 Jun 2018 08:33:22 +0000 (16:33 +0800)
commit890d8ede6867dd43d96b5b04454f0b571938e3a3
treeccdd0148e2239c57e44c9a69209d304cdf36d3aa
parent87d2afd07c822e6d5ab12bc8dc0f0bfa31bea679
BaseTools: Remove tuple parameter in python scripts

According to PEP3113, tuple parameter is removed in python 3.
(PEP3113: https://www.python.org/dev/peps/pep-3113/)

Contributed-under: TianoCore Contribution Agreement 1.1
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/Common/VpdInfoFile.py