From 614d6fa073865cf6ba59527ff012ca943fd037d1 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 (From Poky rev: c64b445f38179a117d39319f762f9dc2435da0ea) Signed-off-by: Yu Ke Signed-off-by: Richard Purdie --- lib/bb/fetch2/svn.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/bb/fetch2/svn.py') diff --git a/lib/bb/fetch2/svn.py b/lib/bb/fetch2/svn.py index 8f053abf7..3315b159d 100644 --- a/lib/bb/fetch2/svn.py +++ b/lib/bb/fetch2/svn.py @@ -28,11 +28,11 @@ import sys import logging import bb from bb import data -from bb.fetch import Fetch -from bb.fetch import FetchError -from bb.fetch import MissingParameterError -from bb.fetch import runfetchcmd -from bb.fetch import logger +from bb.fetch2 import Fetch +from bb.fetch2 import FetchError +from bb.fetch2 import MissingParameterError +from bb.fetch2 import runfetchcmd +from bb.fetch2 import logger class Svn(Fetch): """Class to fetch a module or modules from svn repositories""" -- cgit 1.2.3-korg