]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Moshe noticed an inconsistency in his comment, so I'm rephrasing it to
authorGuido van Rossum <guido@python.org>
Wed, 11 Aug 1999 14:55:43 +0000 (14:55 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Aug 1999 14:55:43 +0000 (14:55 +0000)
be clearer.

Tools/idle/TreeWidget.py

index bf63bdd0746b196be6ad77fb5cb61e5f6bdbae73..60eefdc220ece6475400b63dc67a0dce24957b0f 100644 (file)
@@ -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: