[Python-checkins] CVS: python/dist/src/Lib shutil.py

Guido van Rossum guido@cnri.reston.va.us
Tue, 23 Feb 1999 18:07:54 -0500 (EST)


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

Modified Files:
	shutil.py 
Log Message:
Add import sys, needed by reference to sys.exc_info() in rmtree().
Discovered by Mitch Chapman.