File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 2828import os
2929import sys
3030import curses
31- import code
3231import math
3332import re
3433import time
4039import unicodedata
4140import errno
4241
43- from itertools import takewhile
4442from locale import LC_ALL , getpreferredencoding , setlocale
45- from optparse import OptionParser
4643from types import ModuleType
4744
4845# These are used for syntax hilighting.
5754from bpython import importcompletion
5855
5956# This for config
60- from bpython .config import Struct , migrate_rc
57+ from bpython .config import Struct
6158
6259# This for keys
6360from bpython .keys import key_dispatch
Original file line number Diff line number Diff line change @@ -636,8 +636,6 @@ def main(args=None):
636636 sys .stderr = repl_widget
637637 sys .stdout = repl_widget
638638
639- # repl.startup()
640-
641639 gobject .idle_add (init_import_completion )
642640
643641 if not options .socket_id :
You can’t perform that action at this time.
0 commit comments