diff options
Diffstat (limited to 'BaseTools/Source/Python/Eot/CodeFragmentCollector.py')
-rw-r--r-- | BaseTools/Source/Python/Eot/CodeFragmentCollector.py | 2 |
1 files changed, 1 insertions, 1 deletions
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
|