mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Make sure the Tcl variables are shared between windows.
This commit is contained in:
parent
07ec896707
commit
b7ebb83ad0
2 changed files with 9 additions and 9 deletions
|
|
@ -22,6 +22,7 @@ class FileList:
|
|||
self.root = root
|
||||
self.dict = {}
|
||||
self.inversedict = {}
|
||||
self.vars = {} # For EditorWindow.getrawvar (shared Tcl variables)
|
||||
|
||||
|
||||
def goodname(self, filename):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue