diff options
Diffstat (limited to 'bitbake/lib/bb/pysh')
-rw-r--r-- | bitbake/lib/bb/pysh/pyshyacc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/bb/pysh/pyshyacc.py b/bitbake/lib/bb/pysh/pyshyacc.py index 3d6f54a58c..a40d72c888 100644 --- a/bitbake/lib/bb/pysh/pyshyacc.py +++ b/bitbake/lib/bb/pysh/pyshyacc.py | |||
@@ -7,6 +7,7 @@ | |||
7 | 7 | ||
8 | """PLY grammar file. | 8 | """PLY grammar file. |
9 | """ | 9 | """ |
10 | import os.path | ||
10 | import sys | 11 | import sys |
11 | 12 | ||
12 | import pyshlex | 13 | import pyshlex |