[Checkins] SVN: zc.recipe.cmmi/branches/tlotze-download-api/src/zc/recipe/cmmi/__init__.py removed a line left over when switching to using the download API

Thomas Lotze tl at gocept.com
Wed Jun 17 00:45:17 EDT 2009


Log message for revision 101088:
  removed a line left over when switching to using the download API

Changed:
  U   zc.recipe.cmmi/branches/tlotze-download-api/src/zc/recipe/cmmi/__init__.py

-=-
Modified: zc.recipe.cmmi/branches/tlotze-download-api/src/zc/recipe/cmmi/__init__.py
===================================================================
--- zc.recipe.cmmi/branches/tlotze-download-api/src/zc/recipe/cmmi/__init__.py	2009-06-17 04:43:54 UTC (rev 101087)
+++ zc.recipe.cmmi/branches/tlotze-download-api/src/zc/recipe/cmmi/__init__.py	2009-06-17 04:45:16 UTC (rev 101088)
@@ -127,8 +127,7 @@
                 if self.patch is not '':
                     # patch may be a filesystem path or url
                     # url patches can go through the cache
-                    if urlparse.urlparse(self.patch, None)[0] is not None:
-                        self.patch = download(self.patch)
+                    self.patch = download(self.patch)
                     system("patch %s < %s" % (self.patch_options, self.patch))
                 if self.autogen is not '':
                     logger.info('auto generating configure files')



More information about the Checkins mailing list