CVS: 'python/dist/src/Lib/test test_imageop.py'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Wed, 14 May 1997 14:57:24 -0400


Update of /projects/cvsroot/python/dist/src/Lib/test
In directory monty:/projects/python/develop/guido/src/Lib/test

Modified Files:
	test_imageop.py 
Log Message:
More rational implementation of get_qualified_path() -- search along
sys.path instead of assuming __file__ works.

--Guido van Rossum (home page: http://www.python.org/~guido/)