Skip to content

PyUtils: Avoid using `past' module for py3 compatibility.

Scott Snyder requested to merge ssnyder/athena:noPast.PyUtils-20200103 into master

With some python3 versions, importing past emits deprecation warnings.

Merge request reports