[Python-checkins] CVS: python/dist/src/Tools/idle TreeWidget.py

Guido van Rossum guido@cnri.reston.va.us
Tue, 10 Aug 1999 22:01:01 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Tools/idle
In directory eric:/projects/python/develop/guido/src/Tools/idle

Modified Files:
	TreeWidget.py 
Log Message:
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.