X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FTable%2FTableDsc.py;fp=BaseTools%2FSource%2FPython%2FTable%2FTableDsc.py;h=6436973c45345197a46e31e3b3662c7412b9b472;hp=227748951841263f00444aa16bc1ca2260d1d4ac;hb=3d87290487d174656fa6dee9d1f0d82a4c4294b5;hpb=64429fbd61d445b892a78f4e55b0b83c184790bd diff --git a/BaseTools/Source/Python/Table/TableDsc.py b/BaseTools/Source/Python/Table/TableDsc.py index 2277489518..6436973c45 100644 --- a/BaseTools/Source/Python/Table/TableDsc.py +++ b/BaseTools/Source/Python/Table/TableDsc.py @@ -1,3 +1,4 @@ +from __future__ import absolute_import ## @file # This file is used to create/update/query/erase table for dsc datas # @@ -16,7 +17,7 @@ # import Common.EdkLogger as EdkLogger import CommonDataClass.DataClass as DataClass -from Table import Table +from .Table import Table from Common.StringUtils import ConvertToSqlString ## TableDsc