JMG1 / ExplodedAssembly

FreeCAD workbench to create exploded views and animations of assemblies
GNU Lesser General Public License v2.1
118 stars 27 forks source link

sub all xrange to range for python3 compatibility #12

Closed morganrallen closed 5 years ago

morganrallen commented 5 years ago

This addresses #10 and enables EA to work with FreeCAD 0.18 and beyond, which will be using Python 3, dropping xrange.

Python 2 still support range so this should be backwards compatible.