summaryrefslogtreecommitdiffstats
path: root/Tools/idle/FileList.py
diff options
context:
space:
mode:
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):