Commit aa6ed0c3 authored by Guido van Rossum's avatar Guido van Rossum

Moshe noticed an inconsistency in his comment, so I'm rephrasing it to

be clearer.
parent 292f2c53
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment