[Python-checkins] r88827 - sandbox/trunk/welease/welease.py
martin.v.loewis
python-checkins at python.org
Mon Apr 18 00:36:34 CEST 2011
Author: martin.v.loewis
Date: Mon Apr 18 00:36:27 2011
New Revision: 88827
Log:
Stop checking MSI uuids.
Modified:
sandbox/trunk/welease/welease.py
Modified: sandbox/trunk/welease/welease.py
==============================================================================
--- sandbox/trunk/welease/welease.py (original)
+++ sandbox/trunk/welease/welease.py Mon Apr 18 00:36:27 2011
@@ -546,6 +546,8 @@
return dd
def checkMsiFileForVersion(dirname, version):
+ # we don't do windows releases anymore with this tool
+ return 0
if os.path.exists(os.path.join(dirname, 'uuids.py')):
sys.path.insert(0, dirname)
from uuids import product_codes
More information about the Python-checkins
mailing list