tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.38k stars 2.4k forks source link

BaseTools: BinToPcd: Remove xdrlib dependency #5831

Closed Javagedes closed 1 week ago

Javagedes commented 1 week ago

Description

The xdrlib dependency was removed in commit 5cadb8ce2148979b6c464f6da5a8cd97425c5165 but the actual import of the module was not removed. This commit removes the import of xdrlib and sorts the imports. This will prevent a runtime error when xdrlib is eventually removed from python.

How This Was Tested

No functional change.

Integration Instructions

N/A