]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/GenFds: change objects to sets
authorCarsey, Jaben <jaben.carsey@intel.com>
Tue, 23 Oct 2018 17:29:20 +0000 (01:29 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 25 Oct 2018 12:15:07 +0000 (20:15 +0800)
commit5a264f28ee01e58f1dee19efd7a590942cf2fb21
tree644380065fadca7b3d12b2e6fbf8991eee9e756e
parent9e47e6f90880e090cd81f585abd7a6c553fbce10
BaseTools/GenFds: change objects to sets

Change lists and tuples used solely for "in" testing to sets.
These operations are not order dependent.
fixed some line length for PEP8 compliance on some.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/GenFds/FdfParser.py