Skip to content

Commit

Permalink
Use relative imports within the antlr4 runtime. This should be upstre…
Browse files Browse the repository at this point in the history
…amed
  • Loading branch information
pelson committed Oct 3, 2024
1 parent 46dadb7 commit f1de9d2
Show file tree
Hide file tree
Showing 51 changed files with 327 additions and 705 deletions.
2 changes: 1 addition & 1 deletion cf_units/_udunits2_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
CommonTokenStream,
InputStream,
)
from ._antlr4_runtime.error import (
from ._antlr4_runtime.error.ErrorListener import (
ErrorListener,
)
from .parser.udunits2Lexer import udunits2Lexer
Expand Down
14 changes: 5 additions & 9 deletions cf_units/_udunits2_parser/_antlr4_runtime/BufferedTokenStream.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cf_units/_udunits2_parser/_antlr4_runtime/FileStream.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cf_units/_udunits2_parser/_antlr4_runtime/InputStream.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cf_units/_udunits2_parser/_antlr4_runtime/IntervalSet.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 8 additions & 11 deletions cf_units/_udunits2_parser/_antlr4_runtime/LL1Analyzer.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions cf_units/_udunits2_parser/_antlr4_runtime/Lexer.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions cf_units/_udunits2_parser/_antlr4_runtime/ListTokenSource.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 14 additions & 35 deletions cf_units/_udunits2_parser/_antlr4_runtime/Parser.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 12 additions & 25 deletions cf_units/_udunits2_parser/_antlr4_runtime/ParserInterpreter.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 3 additions & 24 deletions cf_units/_udunits2_parser/_antlr4_runtime/PredictionContext.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 6 additions & 13 deletions cf_units/_udunits2_parser/_antlr4_runtime/Recognizer.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f1de9d2

Please sign in to comment.