Skip to content
Snippets Groups Projects
Commit e7465bba authored by scott snyder's avatar scott snyder
Browse files

TriggerMenuMT: python3 fixes

 - cmp
 - no destructuring for lambda arguments
 - xrange -> range
 - Fix relative imports.
 - generators -> list
 - iteritems
 - fix use of filter on strings
 - can't use -1 for level in __import__
 - duplicate enum value
 - except statment syntax.
 - func_name
 - izip
 - integer literals starting with 0
 - exec can't set local variables
 - sorting
 - integer vs float division
parent 09553919
No related branches found
No related tags found
No related merge requests found
Showing
with 49 additions and 31 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment