An error occurred while fetching this tab.
TriggerMenu: Further python3 fixes
- Dec 17, 2019
-
-
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.)
-