File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11from __future__ import absolute_import
22
33import code
4+ import io
45import logging
56import sys
6- import io
77from optparse import Option
88
99import curtsies
Original file line number Diff line number Diff line change 4747
4848from pygments .token import Token
4949
50+ from bpython import autocomplete
5051from bpython import inspection
5152from bpython ._py3compat import PythonLexer , py3 , prepare_for_exec
52- from bpython .formatter import Parenthesis
53- from bpython .translations import _ , ngettext
5453from bpython .clipboard import get_clipboard , CopyFailed
54+ from bpython .formatter import Parenthesis
5555from bpython .history import History
56- import bpython .autocomplete as autocomplete
56+ from bpython .translations import _ , ngettext
5757
5858
5959class RuntimeTimer (object ):
You can’t perform that action at this time.
0 commit comments