Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 7a9d665

Browse files
lgeigerafrozenator
authored andcommitted
Use xrange from six to fix Python 3 support (#1468)
T2T uses a mix of `xrange` and `range` leading to Python 3 errors when `xrange` isn't imported from `six.moves`. This PR switches all usage of `xrange` to `six.moves.range` which is equivalent and supports both Python 3 and 2.
1 parent abd5ea2 commit 7a9d665

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)