commit | 70c4378dbcfdcbeef6fb3aa348f32ed862fe8eb7 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Jan 17 08:48:39 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Jan 17 08:48:39 2001 +0000 |
tree | cf47b67db3753288cfd9fa2adc45e7c5cd2f8741 | |
parent | a88854059309667092000da55d4d5a5804267e9f [diff] [blame] |
Whitespace normalization.
diff --git a/Tools/idle/ScriptBinding.py b/Tools/idle/ScriptBinding.py index e46cb76..b54dfc4 100644 --- a/Tools/idle/ScriptBinding.py +++ b/Tools/idle/ScriptBinding.py
@@ -34,13 +34,13 @@ by Untabify Region (both in the Edit menu).""" class ScriptBinding: - + keydefs = { '<<check-module>>': ['<Alt-F5>', '<Meta-F5>'], '<<import-module>>': ['<F5>'], '<<run-script>>': ['<Control-F5>'], } - + menudefs = [ ('edit', [None, ('Check module', '<<check-module>>'),