]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch inspired by Moshe Zadka to search for the Icons directory in the
authorGuido van Rossum <guido@python.org>
Wed, 11 Aug 1999 02:01:00 +0000 (02:01 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 11 Aug 1999 02:01:00 +0000 (02:01 +0000)
commit292f2c53dab77422db01541bc8fdb64fb1732e92
treeacbea63232c13c691330d749068cfb313a98cae8
parent2f7df12f33e27a3df79c9a9543e96df121469c3e
Patch inspired by Moshe Zadka to search for the Icons directory in the
same directory as __file__, rather than searching for it along sys.path.
This works better when idle is a package.
Tools/idle/TreeWidget.py