back in harness on new config system

This commit is contained in:
Steven M. Gava 2001-11-21 05:56:26 +00:00
parent 72f8213ba4
commit 3b55a891a1
4 changed files with 53 additions and 34 deletions

View file

@ -328,7 +328,7 @@ class PyShell(OutputWindow):
# Override menu bar specs
menu_specs = PyShellEditorWindow.menu_specs[:]
menu_specs.insert(len(menu_specs)-2, ("debug", "_Debug"))
menu_specs.insert(len(menu_specs)-3, ("debug", "_Debug"))
# New classes
from IdleHistory import History