datawire / bakerstreet

Baker Street is a HAProxy based routing engine for microservice architectures
http://bakerstreet.io
Apache License 2.0
226 stars 22 forks source link

Define xrange() in Python 3 #9

Closed cclauss closed 4 years ago

cclauss commented 6 years ago

xrange() was removed in Python 3 in favor of range()