[Zope-Checkins] CVS: Zope/inst - walkandscrub.py:1.5
Andreas Jung
andreas@digicool.com
Mon, 4 Mar 2002 10:11:08 -0500
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv10383/inst
Modified Files:
walkandscrub.py
Log Message:
- Collector #259: walkandscrub.py did not delete all .pyc and .pyo
files during installation. Fixed.
=== Zope/inst/walkandscrub.py 1.4 => 1.5 ===
full = os.path.join(dirname, name)
os.unlink(full)
- filelist.remove(name)
if DEBUG: print full
if __name__ == '__main__':