Skip to content

PyUtils+TrigByteStreamTools+L1Decoder: More python 3 fixes

Scott Snyder requested to merge ssnyder/athena:py3.PyUtils-20200114 into master
  • it.next() -> next(it)
  • tab/space inconsistencies
  • file -> open
  • use binary mode for pickle files
  • print function

Merge request reports