From e05918937c515dff845fcb4c9e94f8ecbea8c957 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Tue, 18 Jan 2011 23:03:53 +0800 Subject: bb.fetch2: rename "go" with "download" to better reflect its functionality no functional change Signed-off-by: Yu Ke --- bitbake/lib/bb/fetch2/repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/fetch2/repo.py') diff --git a/bitbake/lib/bb/fetch2/repo.py b/bitbake/lib/bb/fetch2/repo.py index 3330957ce3..510ba4686a 100644 --- a/bitbake/lib/bb/fetch2/repo.py +++ b/bitbake/lib/bb/fetch2/repo.py @@ -55,7 +55,7 @@ class Repo(Fetch): return os.path.join(data.getVar("DL_DIR", d, True), ud.localfile) - def go(self, loc, ud, d): + def download(self, loc, ud, d): """Fetch url""" if os.access(os.path.join(data.getVar("DL_DIR", d, True), ud.localfile), os.R_OK): -- cgit 1.2.3-korg