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 1, 2024
1 parent 47e3278 commit 95de3af
Show file tree
Hide file tree
Showing 51 changed files with 289 additions and 640 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.

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

17 changes: 5 additions & 12 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.

8 changes: 2 additions & 6 deletions cf_units/_udunits2_parser/_antlr4_runtime/RuleContext.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/StdinStream.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.

Loading

0 comments on commit 95de3af

Please sign in to comment.