diff options
Diffstat (limited to 'BaseTools/Source/Python/Table/TableDsc.py')
-rw-r--r-- | BaseTools/Source/Python/Table/TableDsc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BaseTools/Source/Python/Table/TableDsc.py b/BaseTools/Source/Python/Table/TableDsc.py index 886b752aa8..0a45f7f5b6 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
#
|