mirror of https://github.com/python/cpython.git
Minor indentation cleanup -- jvr
This commit is contained in:
parent
460ff20cd6
commit
5f740070b1
|
@ -83,7 +83,7 @@ def __init__(self, path = "", title = ""):
|
|||
W.Window.__init__(self, bounds, self.title, minsize = (330, 120), tabbable = 0)
|
||||
self.setupwidgets(text)
|
||||
if change > 0:
|
||||
self.editgroup.editor.changed = 1
|
||||
self.editgroup.editor.changed = 1
|
||||
|
||||
if self.settings.has_key("selection"):
|
||||
selstart, selend = self.settings["selection"]
|
||||
|
|
Loading…
Reference in New Issue