mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Whitespace normalization.
This commit is contained in:
parent
fa8dd5f407
commit
280488b9a3
9 changed files with 15 additions and 15 deletions
|
@ -53,7 +53,7 @@ class ScriptBinding:
|
|||
def __init__(self, editwin):
|
||||
if not editwin.runnable:
|
||||
self.menudefs = []
|
||||
self.keydefs = {}
|
||||
self.keydefs = {}
|
||||
self.editwin = editwin
|
||||
# Provide instance variables referenced by Debugger
|
||||
# XXX This should be done differently
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue