Sign in
chromium
/
chromiumos
/
platform
/
moblab
/
refs/heads/stabilize-quickfix-15662.77.B
/
.
/
third_party
/
autotest
/
utils
/
common.py
blob: 0c4f092dec6f53ac2da61f6fcfe35958de70c4d5 [
file
] [
log
] [
blame
] [
edit
]
import
os
,
sys
dirname
=
os
.
path
.
dirname
(
sys
.
modules
[
__name__
].
__file__
)
autotest_dir
=
os
.
path
.
abspath
(
os
.
path
.
join
(
dirname
,
".."
))
client_dir
=
os
.
path
.
join
(
autotest_dir
,
"client"
)