From: Bernhard Reutner-Fischer Date: Mon, 10 Jan 2011 15:32:56 +0000 (+0100) Subject: build: remove duplicate import of utils X-Git-Tag: 2011-1~2898 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bff1d2ba0603a9eb5200ae0c6076bbe0e22f0f6f;p=openembedded-core.git build: remove duplicate import of utils (Bitbake rev: 86c6434f093ce5e55d1febfb424a8e595ffc2d17) Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/build.py b/bitbake/lib/bb/build.py index bd9b93a12d..0376cc93b8 100644 --- a/bitbake/lib/bb/build.py +++ b/bitbake/lib/bb/build.py @@ -30,7 +30,6 @@ import sys import logging import bb import bb.msg -import bb.utils import bb.process from contextlib import nested from bb import data, event, mkdirhier, utils