Skip to content

Commit ab62fb9

Browse files
committed
Don't use custom pager for help command in urwid.
Thanks to Sebastinas for spotting.
1 parent 9fc4768 commit ab62fb9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bpython/urwid.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -701,8 +701,6 @@ def push(self, s, insert_into_history=True):
701701
signal.signal(signal.SIGINT, orig_handler)
702702

703703
def start(self):
704-
# Stolen from bpython.cli again
705-
self.push('from bpython._internal import _help as help\n', False)
706704
self.prompt(False)
707705

708706
def keyboard_interrupt(self):

0 commit comments

Comments
 (0)