]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/Table/TableQuery.py
BaseTools: Use absolute import in Table
[mirror_edk2.git] / BaseTools / Source / Python / Table / TableQuery.py
index f377b10561dc00f552260eadf1a102dcaeab0981..a991e610dafd8ea5d00d4cc54eb6b5d8c3cead5c 100644 (file)
 ##\r
 # Import Modules\r
 #\r
+from __future__ import absolute_import\r
 import Common.EdkLogger as EdkLogger\r
 from Common.StringUtils import ConvertToSqlString\r
-from Table import Table\r
+from .Table import Table\r
 \r
 ## TableQuery\r
 #\r