Re: [edk2] [v2 1/1] BaseTools: fix imports

2019-01-09 Thread Feng, Bob C
Reviewed-by: Bob Feng -Original Message- From: Carsey, Jaben Sent: Thursday, January 10, 2019 3:01 AM To: edk2-devel@lists.01.org Cc: Feng, Bob C ; Gao, Liming Subject: [v2 1/1] BaseTools: fix imports 1 - Some of these imports are cascaded from another file. Import them locally. 2 -

[edk2] [v2 1/1] BaseTools: fix imports

2019-01-09 Thread Jaben Carsey
1 - Some of these imports are cascaded from another file. Import them locally. 2 - Some of these imports are not used. Remove them. 3 - Some of these were missing the namespace used to import them. These changes facilitate optimization of BaseTools: