X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FEot%2FCParser.py;h=0b74b53ae7a5eafeaee8d78c3a3783f5dfcee703;hp=b66ac2d8d5450f857cd069f34cebec9d7161274c;hb=64429fbd61d445b892a78f4e55b0b83c184790bd;hpb=b6f6b636b038e780c87892b17835bb6d043523b8 diff --git a/BaseTools/Source/Python/Eot/CParser.py b/BaseTools/Source/Python/Eot/CParser.py index b66ac2d8d5..0b74b53ae7 100644 --- a/BaseTools/Source/Python/Eot/CParser.py +++ b/BaseTools/Source/Python/Eot/CParser.py @@ -1,6 +1,7 @@ # $ANTLR 3.0.1 C.g 2010-02-23 09:58:53 from __future__ import print_function +from __future__ import absolute_import from antlr3 import * from antlr3.compat import set, frozenset @@ -23,8 +24,8 @@ from antlr3.compat import set, frozenset # ## -import CodeFragment -import FileProfile +from . import CodeFragment +from . import FileProfile