X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FTable%2FTableDec.py;h=bbae3e857e1ae7264ce1728addfd780d0cd94e84;hp=faa18e309d72a0399a3879d37c37473e8dd14056;hb=3d87290487d174656fa6dee9d1f0d82a4c4294b5;hpb=64429fbd61d445b892a78f4e55b0b83c184790bd diff --git a/BaseTools/Source/Python/Table/TableDec.py b/BaseTools/Source/Python/Table/TableDec.py index faa18e309d..bbae3e857e 100644 --- a/BaseTools/Source/Python/Table/TableDec.py +++ b/BaseTools/Source/Python/Table/TableDec.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 ## TableDec