From 232b6f3c92928c333ad1201aa8eb3706e7251cdf Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 7 Feb 2011 15:42:45 -0800 Subject: fetch2: add runfetchcmd to import for fetchers Signed-off-by: Saul Wold --- bitbake/lib/bb/fetch2/svk.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/lib/bb/fetch2/svk.py') diff --git a/bitbake/lib/bb/fetch2/svk.py b/bitbake/lib/bb/fetch2/svk.py index 117a22f43..6211cac8d 100644 --- a/bitbake/lib/bb/fetch2/svk.py +++ b/bitbake/lib/bb/fetch2/svk.py @@ -33,6 +33,7 @@ from bb.fetch2 import FetchMethod from bb.fetch2 import FetchError from bb.fetch2 import MissingParameterError from bb.fetch2 import logger +from bb.fetch2 import runfetchcmd class Svk(FetchMethod): """Class to fetch a module or modules from svk repositories""" -- cgit v1.2.3