Open chrispella opened 9 years ago
@chrispella - thank you. If you'd like to make a pull-request I'll merge that in. really appreciate it!
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 .
Very useful pattern... adding this to the top of the module will make it work for python3: try: xrange except NameError: xrange = range