summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/idlelib/config_key.py2
-rw-r--r--Lib/idlelib/idle_test/htest.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/config_key.py b/Lib/idlelib/config_key.py
index bb07231..e5f67e8 100644
--- a/Lib/idlelib/config_key.py
+++ b/Lib/idlelib/config_key.py
@@ -351,4 +351,4 @@ if __name__ == '__main__':
main('idlelib.idle_test.test_config_key', verbosity=2, exit=False)
from idlelib.idle_test.htest import run
- run(GetKeysDialog)
+ run(GetKeysWindow)
diff --git a/Lib/idlelib/idle_test/htest.py b/Lib/idlelib/idle_test/htest.py
index d297f8a..595e51d 100644
--- a/Lib/idlelib/idle_test/htest.py
+++ b/Lib/idlelib/idle_test/htest.py
@@ -152,7 +152,7 @@ _editor_window_spec = {
"Best to close editor first."
}
-GetKeysDialog_spec = {
+GetKeysWindow_spec = {
'file': 'config_key',
'kwds': {'title': 'Test keybindings',
'action': 'find-again',