Skip to content

CLIDComps: Update clidGenerator.py for python3.

Scott Snyder requested to merge ssnyder/athena:py3.CLIDComps-20190605 into master

python3 fixes:

  • print statement -> function
  • except clause syntax fix
  • c.has_key(x) -> x in c
  • string.split(a, b) -> a.split(b)

Merge request reports