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/bzr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/fetch2/bzr.py') diff --git a/bitbake/lib/bb/fetch2/bzr.py b/bitbake/lib/bb/fetch2/bzr.py index afaf799900..3d23b4d3cf 100644 --- a/bitbake/lib/bb/fetch2/bzr.py +++ b/bitbake/lib/bb/fetch2/bzr.py @@ -28,7 +28,7 @@ import sys import logging import bb from bb import data -from bb.fetch import Fetch, FetchError, runfetchcmd, logger +from bb.fetch2 import Fetch, FetchError, runfetchcmd, logger class Bzr(Fetch): def supports(self, url, ud, d): -- cgit v1.2.3-54-g00ecf