]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
pysh: add missing os.path import
authorChris Larson <chris_larson@mentor.com>
Wed, 22 Dec 2010 18:00:43 +0000 (11:00 -0700)
committerChris Larson <chris_larson@mentor.com>
Wed, 22 Dec 2010 19:07:56 +0000 (12:07 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/bb/pysh/pyshyacc.py

index 8bb992732112adb23dbe75c5737c57bb04bb6a7d..e8e80aac45d0c1174ee5748df7063871da3d851c 100644 (file)
@@ -7,6 +7,7 @@
 
 """PLY grammar file.
 """
+import os.path
 import sys
 
 import pyshlex