NationalSecurityAgency / lemongraph

Log-based transactional graph engine
Other
1.14k stars 150 forks source link

Define xrange() in Python 3 #20

Closed cclauss closed 6 years ago

cclauss commented 6 years ago

xrange() was removed in Python 3 in favor of range(). This PR ensures similar functionality in both Python 2 and Python 3.