Re: [edk2] [Patch v1 3/4] BaseTools/Common/Misc: Cleanup the imports

2019-01-27 Thread Feng, Bob C
Reviewed-by: Bob Feng -Original Message- From: Carsey, Jaben Sent: Friday, January 25, 2019 12:14 AM To: edk2-devel@lists.01.org Cc: Feng, Bob C ; Gao, Liming Subject: [Patch v1 3/4] BaseTools/Common/Misc: Cleanup the imports Refactor to 'dict' from 'IterableUserDict' which was only re

[edk2] [Patch v1 3/4] BaseTools/Common/Misc: Cleanup the imports

2019-01-24 Thread Jaben Carsey
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 Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey --- BaseTools/Source/Pyth