| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d56e832 commit 8f77951
10 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -30,7 +30,7 @@ | |||
| 30 | 30 | import os | |
| 31 | 31 | import re | |
| 32 | 32 | import rlcompleter | |
| 33 | - from six.moves import range, builtins | ||
| 33 | + from six.moves import builtins | ||
| 34 | 34 | from six import string_types, iteritems | |
| 35 | 35 | ||
| 36 | 36 | from . import inspection | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -58,7 +58,6 @@ | |||
| 58 | 58 | import unicodedata | |
| 59 | 59 | import errno | |
| 60 | 60 | ||
| 61 | - from six.moves import range | ||
| 62 | 61 | ||
| 63 | 62 | # These are used for syntax highlighting | |
| 64 | 63 | from pygments import format | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,6 @@ | |||
| 10 | 10 | import tempfile | |
| 11 | 11 | import time | |
| 12 | 12 | import unicodedata | |
| 13 | - from six.moves import range | ||
| 14 | 13 | ||
| 15 | 14 | from pygments import format as pygformat | |
| 16 | 15 | from bpython._py3compat import PythonLexer | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,5 @@ | |||
| 1 | 1 | import logging | |
| 2 | 2 | import itertools | |
| 3 | - from six.moves import range | ||
| 4 | 3 | ||
| 5 | 4 | from curtsies import fsarray, fmtstr, FSArray | |
| 6 | 5 | from curtsies.formatstring import linesplit | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,6 @@ | |||
| 25 | 25 | import os | |
| 26 | 26 | import stat | |
| 27 | 27 | from itertools import islice | |
| 28 | - from six.moves import range | ||
| 29 | 28 | ||
| 30 | 29 | from .translations import _ | |
| 31 | 30 | from .filelock import FileLock | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,6 @@ | |||
| 33 | 33 | import os | |
| 34 | 34 | import sys | |
| 35 | 35 | import warnings | |
| 36 | - from six.moves import filter | ||
| 37 | 36 | ||
| 38 | 37 | if py3: | |
| 39 | 38 | import importlib.machinery | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -27,7 +27,6 @@ | |||
| 27 | 27 | import keyword | |
| 28 | 28 | import pydoc | |
| 29 | 29 | from collections import namedtuple | |
| 30 | - from six.moves import range | ||
| 31 | 30 | ||
| 32 | 31 | from pygments.token import Token | |
| 33 | 32 | from types import MemberDescriptorType | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,6 @@ | |||
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | 24 | import string | |
| 25 | - from six.moves import range | ||
| 26 | 25 | ||
| 27 | 26 | ||
| 28 | 27 | class KeyMap(object): | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,6 @@ | |||
| 1 | 1 | import io | |
| 2 | 2 | import os | |
| 3 | 3 | ||
| 4 | - from six.moves import range | ||
| 5 | 4 | ||
| 6 | 5 | from bpython.config import getpreferredencoding | |
| 7 | 6 | from bpython.history import History | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,4 @@ | |||
| 1 | 1 | from itertools import islice | |
| 2 | - from six.moves import range | ||
| 3 | 2 | import collections | |
| 4 | 3 | import inspect | |
| 5 | 4 | import os | |
| Back | FazBrowse Home | New Git URL |
0 commit comments