mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 00:49:32 +02:00
pysh: add missing os.path import
(Bitbake rev: 6fb448a6cfb00aeb5dfc6c047915e0941e754348) Signed-off-by: Chris Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
1949d4f5e8
commit
8eee4221db
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
"""PLY grammar file.
|
"""PLY grammar file.
|
||||||
"""
|
"""
|
||||||
|
import os.path
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
import pyshlex
|
import pyshlex
|
||||||
|
|||||||
Reference in New Issue
Block a user