From c64b445f38179a117d39319f762f9dc2435da0ea Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Mon, 10 Jan 2011 18:05:07 +0000 Subject: bb.fetch2: replace bb.fetch with bb.fetch2 in the bb.fetch bb.fetch2 is copied from bb.fetch, and has many bb.fetch referrence. Fix these referrence with bb.fetch2 referrence Signed-off-by: Yu Ke Signed-off-by: Richard Purdie --- bitbake/lib/bb/fetch2/repo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 03642e7a0d..3330957ce3 100644 --- a/bitbake/lib/bb/fetch2/repo.py +++ b/bitbake/lib/bb/fetch2/repo.py @@ -26,8 +26,8 @@ BitBake "Fetch" repo (git) implementation import os import bb from bb import data -from bb.fetch import Fetch -from bb.fetch import runfetchcmd +from bb.fetch2 import Fetch +from bb.fetch2 import runfetchcmd class Repo(Fetch): """Class to fetch a module or modules from repo (git) repositories""" -- cgit v1.2.3-54-g00ecf