[Python-checkins] r67599 - sandbox/trunk/release/release.py

georg.brandl python-checkins at python.org
Fri Dec 5 20:56:19 CET 2008


Author: georg.brandl
Date: Fri Dec  5 20:56:19 2008
New Revision: 67599

Log:
sphinxext must *not* be removed! It is not checked out from somewhere else.


Modified:
   sandbox/trunk/release/release.py

Modified: sandbox/trunk/release/release.py
==============================================================================
--- sandbox/trunk/release/release.py	(original)
+++ sandbox/trunk/release/release.py	Fri Dec  5 20:56:19 2008
@@ -273,7 +273,6 @@
             shutil.rmtree('tools/jinja')
             shutil.rmtree('tools/pygments')
             shutil.rmtree('tools/sphinx')
-            shutil.rmtree('tools/sphinxext')
             for dirpath, dirnames, filenames in os.walk('.'):
                 for filename in filenames:
                     if filename.endswith('.pyc'):


More information about the Python-checkins mailing list