mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 05:02:24 +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.
|
||||
"""
|
||||
import os.path
|
||||
import sys
|
||||
|
||||
import pyshlex
|
||||
|
||||
Reference in New Issue
Block a user