[Python-checkins] cpython: Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218)

eric.araujo python-checkins at python.org
Mon Jun 6 17:14:16 CEST 2011


http://hg.python.org/cpython/rev/cc28bc86d474
changeset:   70685:cc28bc86d474
parent:      70658:7ffc5ececcb3
user:        Éric Araujo <merwok at netwok.org>
date:        Mon Jun 06 17:08:41 2011 +0200
summary:
  Remove wsgiref.egg-info from msi.py (follow-up to d615eb7bce33, #12218)

files:
  Tools/msi/msi.py |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -1010,8 +1010,6 @@
             lib.remove_pyc()
         # package READMEs if present
         lib.glob("README")
-        if dir=='Lib':
-            lib.add_file('wsgiref.egg-info')
         if dir=='test' and parent.physical=='Lib':
             lib.add_file("185test.db")
             lib.add_file("audiotest.au")

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list