Make sure the Tcl variables are shared between windows.

This commit is contained in:
Guido van Rossum 1999-01-28 22:24:30 +00:00
parent 07ec896707
commit b7ebb83ad0
2 changed files with 9 additions and 9 deletions

View file

@ -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):