summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/codeparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/codeparser.py')
-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
4import os.path 4import os.path
5import bb.utils, bb.data 5import bb.utils, bb.data
6from itertools import chain 6from itertools import chain
7from bb.pysh import pyshyacc, pyshlex 7from pysh import pyshyacc, pyshlex
8
8 9
9logger = logging.getLogger('BitBake.CodeParser') 10logger = logging.getLogger('BitBake.CodeParser')
10PARSERCACHE_VERSION = 2 11PARSERCACHE_VERSION = 2