Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
test
/
connectivity
/
ba9be3081855b35b27e4a0cc730c62d246519ae9
/
.
/
wts-acts
/
__main__.py
blob: d805838a858f0a622aca95a9359d5cb39c0efe91 [
file
] [
log
] [
blame
]
Todd Lee
1eb5728
2017-06-08 14:07:17 -0700
[
diff
] [
blame
]
1
#!/usr/bin/python
2
__requires__
=
'acts==0.9'
3
import
sys
4
5
from
acts
.
bin
.
act
import
main
6
main
(
sys
.
argv
[
1
:])
7