summaryrefslogtreecommitdiffstats
path: root/Tools/idle/FileList.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-28 22:24:30 (GMT)
committerGuido van Rossum <guido@python.org>1999-01-28 22:24:30 (GMT)
commitb7ebb83ad0b7a155223033b1e4d8eb18e42fc1d1 (patch)
tree4df95f0f2be8f967221d1a5a943a931985601653 /Tools/idle/FileList.py
parent07ec8967078a966365a44db301a9063f70c7f474 (diff)
downloadcpython-b7ebb83ad0b7a155223033b1e4d8eb18e42fc1d1.zip
cpython-b7ebb83ad0b7a155223033b1e4d8eb18e42fc1d1.tar.gz
cpython-b7ebb83ad0b7a155223033b1e4d8eb18e42fc1d1.tar.bz2
Make sure the Tcl variables are shared between windows.
Diffstat (limited to 'Tools/idle/FileList.py')
-rw-r--r--Tools/idle/FileList.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/idle/FileList.py b/Tools/idle/FileList.py
index 393b81c..0791157 100644
--- a/Tools/idle/FileList.py
+++ b/Tools/idle/FileList.py
@@ -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):