Sign in
android
/
platform
/
tools
/
test
/
connectivity
/
0c62670a2bcbf5618712292a5a9ab70ea064c20e
/
.
/
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
:])