diff options
Diffstat (limited to 'BaseTools/Source/Python/Ecc/Exception.py')
-rw-r--r-- | BaseTools/Source/Python/Ecc/Exception.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Ecc/Exception.py b/BaseTools/Source/Python/Ecc/Exception.py index 340e0e9752..8b827d7cfe 100644 --- a/BaseTools/Source/Python/Ecc/Exception.py +++ b/BaseTools/Source/Python/Ecc/Exception.py @@ -16,7 +16,7 @@ #
from __future__ import print_function
from __future__ import absolute_import
-from .Xml.XmlRoutines import *
+from Ecc.Xml.XmlRoutines import *
import Common.LongFilePathOs as os
# ExceptionXml to parse Exception Node of XML file
|