##// END OF EJS Templates
Remove commented method
Thomas Kluyver -
Show More
@@ -89,12 +89,9 b" _use_simple_prompt = ('IPY_TEST_SIMPLE_PROMPT' in os.environ) or (not _is_tty)"
89 89
90 90 class TerminalInteractiveShell(InteractiveShell):
91 91 space_for_menu = Integer(6, help='Number of line at the bottom of the screen '
92 'to reserve for the completion menu'
92 'to reserve for the completion menu'
93 93 ).tag(config=True)
94 94
95 # def _space_for_menu_changed(self, old, new):
96 # self._update_layout()
97
98 95 pt_app = None
99 96 debugger_history = None
100 97
General Comments 0
You need to be logged in to leave comments. Login now