From: Richard Purdie Date: Mon, 10 Jan 2011 13:22:30 +0000 (+0000) Subject: bitbake/codeparser: Fix import to match upstream bitbake X-Git-Tag: 2011-1~2948 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c036d1a5a0d90f8bbc274613d7ba800166fd46f1;p=openembedded-core.git bitbake/codeparser: Fix import to match upstream bitbake Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/codeparser.py b/bitbake/lib/bb/codeparser.py index 1d3557cd6d..06409319e1 100644 --- a/bitbake/lib/bb/codeparser.py +++ b/bitbake/lib/bb/codeparser.py @@ -4,7 +4,8 @@ import logging import os.path import bb.utils, bb.data from itertools import chain -from bb.pysh import pyshyacc, pyshlex +from pysh import pyshyacc, pyshlex + logger = logging.getLogger('BitBake.CodeParser') PARSERCACHE_VERSION = 2