diff options
Diffstat (limited to 'bitbake/lib/bb/codeparser.py')
-rw-r--r-- | bitbake/lib/bb/codeparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/codeparser.py b/bitbake/lib/bb/codeparser.py index ba3009212b..8b7db934d3 100644 --- a/bitbake/lib/bb/codeparser.py +++ b/bitbake/lib/bb/codeparser.py | |||
@@ -1,4 +1,4 @@ | |||
1 | from pysh import pyshyacc, pyshlex | 1 | from bb.pysh import pyshyacc, pyshlex |
2 | from itertools import chain | 2 | from itertools import chain |
3 | from bb import msg, utils | 3 | from bb import msg, utils |
4 | import ast | 4 | import ast |