Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
eb453540fb92283ec3e2528b6d945f609f6c48f7
/
.
/
yocto-poky
/
scripts
/
lib
/
wic
/
__init__.py
blob: 63c1d9c8462957e7654e6e362235f319c2deae10 [
file
] [
log
] [
blame
]
import
os
,
sys
cur_path
=
os
.
path
.
dirname
(
__file__
)
or
'.'
sys
.
path
.
insert
(
0
,
cur_path
+
'/3rdparty'
)