Skip to content

AthenaCommon: Py3 fix for ChapPy

Frank Winklmeier requested to merge fwinkl/athena:chappy into master

builtins.file is not available in Py3 and does not need an import in Py2.

Fixes the error reporting issue seen in ATEAM-642.

Merge request reports