From: Chris Larson Date: Wed, 22 Dec 2010 18:00:43 +0000 (-0700) Subject: pysh: add missing os.path import X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fb448a6cfb00aeb5dfc6c047915e0941e754348;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git pysh: add missing os.path import Signed-off-by: Chris Larson --- diff --git a/lib/bb/pysh/pyshyacc.py b/lib/bb/pysh/pyshyacc.py index 8bb99273211..e8e80aac45d 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