diff options
| -rw-r--r-- | bitbake/lib/bb/codeparser.py | 3 | 
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 | |||
| 4 | import os.path | 4 | import os.path | 
| 5 | import bb.utils, bb.data | 5 | import bb.utils, bb.data | 
| 6 | from itertools import chain | 6 | from itertools import chain | 
| 7 | from bb.pysh import pyshyacc, pyshlex | 7 | from pysh import pyshyacc, pyshlex | 
| 8 | |||
| 8 | 9 | ||
| 9 | logger = logging.getLogger('BitBake.CodeParser') | 10 | logger = logging.getLogger('BitBake.CodeParser') | 
| 10 | PARSERCACHE_VERSION = 2 | 11 | PARSERCACHE_VERSION = 2 | 
