Skip to content
Snippets Groups Projects

TriggerMenu: Further python3 fixes

Merged Scott Snyder requested to merge ssnyder/athena:py3-2.TriggerMenu-20191217 into master
  1. Dec 17, 2019
    • scott snyder's avatar
      TriggerMenu: Further python3 fixes · 8ef1fed8
      scott snyder authored
       - Fix relative imports.
       - iteritems
       - can't use -1 for level in __import__
       - use zip instead of map with a null function
       - print function.
       - generators -> list
       - __builtin__ -> builtins
       - comparison/sort incompatibilities
       - integer/float division
       - metaclass fix
       - exec statement
      
      (Still have to fix uses of exec to set local variables.  Will be addressed
      in a subsequent merge, to keep this one from getting too big.)
      8ef1fed8
Loading