From: Guido van Rossum Date: Wed, 11 Aug 1999 14:55:43 +0000 (+0000) Subject: Moshe noticed an inconsistency in his comment, so I'm rephrasing it to X-Git-Tag: v1.6a1~1017 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa6ed0c341106f405c14545b699a404a11ee77cb;p=thirdparty%2FPython%2Fcpython.git Moshe noticed an inconsistency in his comment, so I'm rephrasing it to be clearer. --- diff --git a/Tools/idle/TreeWidget.py b/Tools/idle/TreeWidget.py index bf63bdd0746b..60eefdc220ec 100644 --- a/Tools/idle/TreeWidget.py +++ b/Tools/idle/TreeWidget.py @@ -24,8 +24,7 @@ import ZoomHeight ICONDIR = "Icons" -# If this file is /lib/python1.5/idle/TreeWidget.py, -# we expect to find the icons in /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: