summaryrefslogtreecommitdiffstats
path: root/lib/bb/pysh
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-12-22 11:00:43 -0700
committerChris Larson <chris_larson@mentor.com>2010-12-22 12:07:56 -0700
commit6fb448a6cfb00aeb5dfc6c047915e0941e754348 (patch)
tree432a37ce00882ca1e16f39d7743820123d900064 /lib/bb/pysh
parenta4230811ffbfa853a86eb06cba8e16e1cc24bcb2 (diff)
downloadbitbake-6fb448a6cfb00aeb5dfc6c047915e0941e754348.tar.gz
pysh: add missing os.path import
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'lib/bb/pysh')
-rw-r--r--lib/bb/pysh/pyshyacc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bb/pysh/pyshyacc.py b/lib/bb/pysh/pyshyacc.py
index 8bb992732..e8e80aac4 100644
--- a/lib/bb/pysh/pyshyacc.py
+++ b/lib/bb/pysh/pyshyacc.py
@@ -7,6 +7,7 @@
"""PLY grammar file.
"""
+import os.path
import sys
import pyshlex