Sign in
cobalt
/
cobalt
/
25399f97090f8a86f56525c38486080cb2747250
/
.
/
src
/
third_party
/
llvm-project
/
lldb
/
third_party
/
Python
/
module
/
unittest2
/
unittest2
/
__main__.py
blob: 04ed982df0fbeb9f9b2c3bb918d2af9749588166 [
file
] [
log
] [
blame
]
"""Main entry point"""
import
sys
if
sys
.
argv
[
0
].
endswith
(
"__main__.py"
):
sys
.
argv
[
0
]
=
"unittest2"
__unittest
=
True
from
unittest2
.
main
import
main_
main_
()