X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FTable%2FTableInf.py;fp=BaseTools%2FSource%2FPython%2FTable%2FTableInf.py;h=a00096ac303a6eab1ea7bcf861a7a105e7a95705;hp=c524256a0c5dd44a8bdd484b720304be4c83f27d;hb=3d87290487d174656fa6dee9d1f0d82a4c4294b5;hpb=64429fbd61d445b892a78f4e55b0b83c184790bd diff --git a/BaseTools/Source/Python/Table/TableInf.py b/BaseTools/Source/Python/Table/TableInf.py index c524256a0c..a00096ac30 100644 --- a/BaseTools/Source/Python/Table/TableInf.py +++ b/BaseTools/Source/Python/Table/TableInf.py @@ -14,9 +14,10 @@ ## # Import Modules # +from __future__ import absolute_import import Common.EdkLogger as EdkLogger import CommonDataClass.DataClass as DataClass -from Table import Table +from .Table import Table from Common.StringUtils import ConvertToSqlString ## TableInf