Skip to content

Commit 997dfb6

Browse files
committed
Use six.moves.range
Signed-off-by: Sebastian Ramacher <[email protected]>
1 parent 5ac88f4 commit 997dfb6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bpython/test/test_history.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
except ImportError:
44
import unittest
55

6+
from six.moves import range
7+
68
from bpython.history import History
79

810

0 commit comments

Comments
 (0)