summarylogtreecommitdiffstats
path: root/0001-Fix-xrange-in-Python-3.patch
AgeCommit message (Collapse)Author
2024-10-13Add patch to fix xrange NameError due to python3BBaoVanC
Python 3 changes range to be the same as xrange in Python 2, so this has the same behavior.