aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/codeparser.py3
1 files changed, 2 insertions, 1 deletions
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