Skip to content

TrigConfigSvc: Fix flake8 py3 warnings.

Scott Snyder requested to merge ssnyder/athena:py3.TrigConfigSvc-20191217 into master
  • print function
  • int/long
  • syntax for catching and raising exceptions
  • xrange -> range
  • file -> open; use binary files for pickles.
  • cmp

Merge request reports