Skip to content

Python3 Migration

Kai A Bartolone requested to merge python3-migration into master

Adds compatability for Python3. Modifies print statements to add enclosing parentheses. Changes xrange to range statements. Adds explicit list constructors where needed.

Merge request reports