jeremyschulman / bracket_expansion

Generator for bracket-expansion function
Apache License 2.0
7 stars 0 forks source link

python3 #1

Open chrispella opened 9 years ago

chrispella commented 9 years ago

Very useful pattern... adding this to the top of the module will make it work for python3: try: xrange except NameError: xrange = range

jeremyschulman commented 9 years ago

@chrispella - thank you. If you'd like to make a pull-request I'll merge that in. really appreciate it!

chrispella commented 9 years ago

Will do... I'm trying to design a templating system that will be useful for automated testing of Cisco devices, and this is giving me some good ideas.

On Thu, Jul 16, 2015 at 9:45 AM, Jeremy Schulman notifications@github.com wrote:

@chrispella https://github.com/chrispella - thank you. If you'd like to make a pull-request I'll merge that in. really appreciate it!

— Reply to this email directly or view it on GitHub https://github.com/jeremyschulman/bracket_expansion/issues/1#issuecomment-121960955 .