summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
Diffstat (limited to 'Tools')
-rw-r--r--Tools/idle/TreeWidget.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/idle/TreeWidget.py b/Tools/idle/TreeWidget.py
index bf63bdd..60eefdc 100644
--- a/Tools/idle/TreeWidget.py
+++ b/Tools/idle/TreeWidget.py
@@ -24,8 +24,7 @@ import ZoomHeight
ICONDIR = "Icons"
-# If this file is <prefix>/lib/python1.5/idle/TreeWidget.py,
-# we expect to find the icons in <prefix>/lib/python1.5/Icons/
+# Look for Icons subdirectory in the same directory as this module
try:
_icondir = os.path.join(os.path.dirname(__file__), ICONDIR)
except NameError: