Sign in
android
/
platform
/
tools
/
test
/
connectivity
/
af249d3718e8342fa039f38535594627cb3126eb
/
.
/
wts-acts
/
__main__.py
blob: d805838a858f0a622aca95a9359d5cb39c0efe91 [
file
] [
log
] [
blame
]
#!/usr/bin/python
__requires__
=
'acts==0.9'
import
sys
from
acts
.
bin
.
act
import
main
main
(
sys
.
argv
[
1
:])