Skip to content

PyUtils: Fix for python 3.10.

Scott Snyder requested to merge ssnyder/athena:py310.PyUtils-20220613 into master

python 3.10 removes the parser module. Use the built-in compile() function instead.

Fix import of MutableMapping.

Merge request reports