5 lines
84 B
Python
Executable file
5 lines
84 B
Python
Executable file
#!/usr/bin/python -u
|
|
|
|
import common
|
|
from autotest_lib.tko import parse
|
|
parse.main()
|