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/cvs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/lib/bb/fetch2/cvs.py') diff --git a/bitbake/lib/bb/fetch2/cvs.py b/bitbake/lib/bb/fetch2/cvs.py index 69c31e7561..3cd28b1fd5 100644 --- a/bitbake/lib/bb/fetch2/cvs.py +++ b/bitbake/lib/bb/fetch2/cvs.py @@ -31,6 +31,7 @@ import logging import bb from bb import data from bb.fetch2 import FetchMethod, FetchError, MissingParameterError, logger +from bb.fetch2 import runfetchcmd class Cvs(FetchMethod): """ -- cgit v1.2.3