Files
Phoenix/samples/floatcanvas/DrawBot.py
PChemGuy 8d771a389c py3: use six.moves.range instead of xrange
The xrange module  was removed in Python 3 and we should
use 'six.moves.range' instead of 'xrange' to make
code compatible with py 2 and 3 as well.
2022-08-20 13:58:51 +03:00

2.0 KiB