summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Table/TableIdentifier.py
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/Python/Table/TableIdentifier.py')
-rw-r--r--BaseTools/Source/Python/Table/TableIdentifier.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Table/TableIdentifier.py b/BaseTools/Source/Python/Table/TableIdentifier.py
index 8b4dd1d310..6b658cf357 100644
--- a/BaseTools/Source/Python/Table/TableIdentifier.py
+++ b/BaseTools/Source/Python/Table/TableIdentifier.py
@@ -17,7 +17,7 @@
from __future__ import absolute_import
import Common.EdkLogger as EdkLogger
from Common.StringUtils import ConvertToSqlString
-from .Table import Table
+from Table.Table import Table
## TableIdentifier
#