diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-05-14 16:18:07 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-05-14 16:18:07 (GMT) |
commit | 2d82d049f6094f1ce23404a3ff3fa0960d0c23ed (patch) | |
tree | 3a7236f1aa65660c8fae3d0f4d23226c9de1b4c7 /Tools | |
parent | a1433fed8eed0f8a847a6f56d63adf70c60602cf (diff) | |
download | cpython-2d82d049f6094f1ce23404a3ff3fa0960d0c23ed.zip cpython-2d82d049f6094f1ce23404a3ff3fa0960d0c23ed.tar.gz cpython-2d82d049f6094f1ce23404a3ff3fa0960d0c23ed.tar.bz2 |
Stop deleting non-existing bytecode files.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/buildbot/clean.bat | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/buildbot/clean.bat b/Tools/buildbot/clean.bat index 5c8f33e..0c04b8e 100644 --- a/Tools/buildbot/clean.bat +++ b/Tools/buildbot/clean.bat @@ -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 |