We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48a228 commit a8bae8aCopy full SHA for a8bae8a
bpython/cli.py
@@ -64,7 +64,7 @@
64
# These are used for syntax highlighting
65
from pygments import format
66
from pygments.formatters import TerminalFormatter
67
-from pygments.lexers import PythonLexer
+from bpython._py3compat import PythonLexer
68
from pygments.token import Token
69
from bpython.formatter import BPythonFormatter
70
bpython/curtsiesfrontend/repl.py
@@ -15,7 +15,7 @@
15
import unicodedata
16
17
18
19
20
from interpreter import Interp
21
0 commit comments