eastee / rebreakcaptcha

MIT License
750 stars 138 forks source link

If using python 3 call range instead of xrange. #5

Closed nitzanel closed 7 years ago

eastee commented 7 years ago

I think that this is neater: import sys if sys.version_info < (3,): range = xrange May you change this pull request?

nitzanel commented 7 years ago

Changed.

nitzanel commented 7 years ago

pulled upstream changes and rebased.

eastee commented 7 years ago

Thank you 👍