diff options
Diffstat (limited to 'BaseTools/Source/Python/Table/TableDsc.py')
-rw-r--r-- | BaseTools/Source/Python/Table/TableDsc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Table/TableDsc.py b/BaseTools/Source/Python/Table/TableDsc.py index 6436973c45..0a45f7f5b6 100644 --- a/BaseTools/Source/Python/Table/TableDsc.py +++ b/BaseTools/Source/Python/Table/TableDsc.py @@ -17,7 +17,7 @@ from __future__ import absolute_import #
import Common.EdkLogger as EdkLogger
import CommonDataClass.DataClass as DataClass
-from .Table import Table
+from Table.Table import Table
from Common.StringUtils import ConvertToSqlString
## TableDsc
|