6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
|
|
#!/usr/bin/python2 -u
|
||
|
|
|
||
|
|
import common
|
||
|
|
from autotest_lib.tko import parse
|
||
|
|
parse.main()
|