]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/Common/Misc: Cleanup the imports
authorCarsey, Jaben <jaben.carsey@intel.com>
Thu, 24 Jan 2019 16:14:20 +0000 (00:14 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 28 Jan 2019 03:44:44 +0000 (11:44 +0800)
commit3aaacb2daff0f58c067f56b718635ac3a0651cb9
treee6117262ae93da99f42afb060f1bcbaf036c5c66
parentfe5ff16128f85545bd0cc40d738a251f2a602464
BaseTools/Common/Misc: Cleanup the imports

Refactor to 'dict' from 'IterableUserDict' which was only required for old
    python interpreter.
Sort imports according to PEP8
Remove those we dont need.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/Common/Misc.py