mirror of
https://github.com/python/cpython.git
synced 2025-09-14 20:56:06 +00:00
- EditorWindow.test() was failing. Bug 1417598
M EditorWindow.py M ScriptBinding.py M NEWS.txt
This commit is contained in:
parent
b3c4d16e68
commit
a2946a437e
3 changed files with 6 additions and 3 deletions
|
@ -51,7 +51,7 @@ class ScriptBinding:
|
|||
# Provide instance variables referenced by Debugger
|
||||
# XXX This should be done differently
|
||||
self.flist = self.editwin.flist
|
||||
self.root = self.flist.root
|
||||
self.root = self.editwin.root
|
||||
|
||||
def check_module_event(self, event):
|
||||
filename = self.getfilename()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue