markkness / ColorPy

Physical color calculations in Python.
GNU Lesser General Public License v2.1
33 stars 17 forks source link

Remove xrange #7

Closed markkness closed 9 years ago

markkness commented 9 years ago

This PR removes the usage of xrange() and replaces it with range() for better Python 3 compatibility.