changeset 71:aa2fc8d2ae8f

explain set_download()
author hanwen <hanwen@xs4all.nl>
date Thu, 01 Dec 2005 01:00:53 +0100
parents dd9841f24012
children a02df0c911d2
files specs/gub.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/specs/gub.py	Thu Dec 01 01:00:38 2005 +0100
+++ b/specs/gub.py	Thu Dec 01 01:00:53 2005 +0100
@@ -290,6 +290,8 @@
 		self.system (cmd, locals ())
 
 	def set_download (self, mirror=download.gnu, format='gz', download=wget):
+		"Setup URLs and functions for downloading. This should not spawn any commands."
+		
 		d = self.package_dict ()
 		d.update (locals ())
 		self.url = mirror () % d