diff options
Diffstat (limited to 'BaseTools/Source/Python/Table/TablePcd.py')
-rw-r--r-- | BaseTools/Source/Python/Table/TablePcd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Table/TablePcd.py b/BaseTools/Source/Python/Table/TablePcd.py index 5096862e6e..caa82b7324 100644 --- a/BaseTools/Source/Python/Table/TablePcd.py +++ b/BaseTools/Source/Python/Table/TablePcd.py @@ -14,7 +14,6 @@ ##
# Import Modules
#
-from __future__ import absolute_import
import Common.EdkLogger as EdkLogger
from Table.Table import Table
from Common.StringUtils import ConvertToSqlString
|