Skip to content

Fix genCommon.py with Python 3

Kyle Brenneman requested to merge github/fork/aaronp24/master into master

Created by: aaronp24

Apparently 'xrange' isn't a thing in Python 3. 'range' does the same thing and works for both, so use that.

Merge request reports