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 5cdfa51 commit 21b9a54Copy full SHA for 21b9a54
bpython/repl.py
@@ -37,7 +37,6 @@
37
import time
38
import traceback
39
from itertools import takewhile
40
-from locale import getpreferredencoding
41
from six import itervalues
42
43
from pygments.token import Token
@@ -46,6 +45,7 @@
46
45
from bpython import inspection
47
from bpython._py3compat import PythonLexer, py3, prepare_for_exec
48
from bpython.clipboard import get_clipboard, CopyFailed
+from bpython.config import getpreferredencoding
49
from bpython.formatter import Parenthesis
50
from bpython.history import History
51
from bpython.paste import PasteHelper, PastePinnwand, PasteFailed
0 commit comments