summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/PyShell.py
diff options
context:
space:
mode:
authorSteven M. Gava <elguavas@python.net>2001-11-21 05:56:26 (GMT)
committerSteven M. Gava <elguavas@python.net>2001-11-21 05:56:26 (GMT)
commit3b55a891a197212b34b0c077f72cb3af752468ec (patch)
treee2ccfbe1dec57eb9a4dabb73e7010974a24d95c4 /Lib/idlelib/PyShell.py
parent72f8213ba4b960bdf540a1cc494ac699170c9dec (diff)
downloadcpython-3b55a891a197212b34b0c077f72cb3af752468ec.zip
cpython-3b55a891a197212b34b0c077f72cb3af752468ec.tar.gz
cpython-3b55a891a197212b34b0c077f72cb3af752468ec.tar.bz2
back in harness on new config system
Diffstat (limited to 'Lib/idlelib/PyShell.py')
-rw-r--r--Lib/idlelib/PyShell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py
index f349bd6..5037806 100644
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -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