summaryrefslogtreecommitdiff
path: root/Tools/idle/FileList.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/idle/FileList.py')
-rw-r--r--Tools/idle/FileList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/idle/FileList.py b/Tools/idle/FileList.py
index bebf74271e..d9378e3cd2 100644
--- a/Tools/idle/FileList.py
+++ b/Tools/idle/FileList.py
@@ -76,7 +76,7 @@ class MultiEditorWindow(EditorWindow):
if pyclbr._modules.has_key(base):
del pyclbr._modules[base]
import ClassBrowser
- ClassBrowser.ClassBrowser(self.flist, base)
+ ClassBrowser.ClassBrowser(self.flist, base, [head])
class FileList: