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/perforce.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bitbake/lib/bb/fetch2/perforce.py') diff --git a/bitbake/lib/bb/fetch2/perforce.py b/bitbake/lib/bb/fetch2/perforce.py index e3e9c71da0..6347834c76 100644 --- a/bitbake/lib/bb/fetch2/perforce.py +++ b/bitbake/lib/bb/fetch2/perforce.py @@ -33,6 +33,7 @@ from bb import data from bb.fetch2 import FetchMethod from bb.fetch2 import FetchError from bb.fetch2 import logger +from bb.fetch2 import runfetchcmd class Perforce(FetchMethod): def supports(self, url, ud, d): -- cgit v1.2.3-54-g00ecf