X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FBPDG%2FGenVpd.py;fp=BaseTools%2FSource%2FPython%2FBPDG%2FGenVpd.py;h=cd272a2d9a79c615d4a5142b72b15ddd92c8acda;hp=2eefcc24905fcddc34165678a907149340af368d;hb=72a836c00a3bd57420a324bd9cf086298849e21b;hpb=9f3594782de9051cbf599f9af006903ed3f6669e diff --git a/BaseTools/Source/Python/BPDG/GenVpd.py b/BaseTools/Source/Python/BPDG/GenVpd.py index 2eefcc2490..cd272a2d9a 100644 --- a/BaseTools/Source/Python/BPDG/GenVpd.py +++ b/BaseTools/Source/Python/BPDG/GenVpd.py @@ -13,9 +13,10 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # +from __future__ import absolute_import import Common.LongFilePathOs as os from io import BytesIO -import StringTable as st +from . import StringTable as st import array import re from Common.LongFilePathSupport import OpenLongFilePath as open