Skip to content

AthenaCommon: python3 fixes

  • string.translate no longer exists.
  • builtin -> builtins
  • types module
  • need to open temp file in text mode

Merge request reports