X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=BaseTools%2FSource%2FPython%2FEot%2FCodeFragmentCollector.py;fp=BaseTools%2FSource%2FPython%2FEot%2FCodeFragmentCollector.py;h=8a5e5df17e5aff5e34011e833becff72771e44b2;hp=629192b2ca3d3af7a77ddd8fec8d319eccde0856;hb=1ccc4d895dd8d659d016efcd6ef8a48749aba1d0;hpb=678f85131238622e576705117e299d81cff755c9 diff --git a/BaseTools/Source/Python/Eot/CodeFragmentCollector.py b/BaseTools/Source/Python/Eot/CodeFragmentCollector.py index 629192b2ca..8a5e5df17e 100644 --- a/BaseTools/Source/Python/Eot/CodeFragmentCollector.py +++ b/BaseTools/Source/Python/Eot/CodeFragmentCollector.py @@ -21,7 +21,7 @@ import re import Common.LongFilePathOs as os import sys -import antlr4 +import antlr3 from .CLexer import CLexer from .CParser import CParser