Stop deleting non-existing bytecode files.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 14 May 2012 16:18:07 +0000 (18:18 +0200)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 14 May 2012 16:18:07 +0000 (18:18 +0200)
Tools/buildbot/clean.bat

index 5c8f33eccaacfe9e38d3a09cdd7419caa0afd376..0c04b8e444ef750364136ff777817418dbd14df6 100644 (file)
@@ -1,7 +1,5 @@
 @rem Used by the buildbot "clean" step.
 call "%VS90COMNTOOLS%vsvars32.bat"
-@echo Deleting .pyc/.pyo files ...
-del /s Lib\*.pyc Lib\*.pyo
 @echo Deleting test leftovers ...
 rmdir /s /q build
 cd PCbuild