Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
5a8bc6f7f9bd58a08032e3712dd321f254c864d8
/
.
/
Lib
/
test
/
test_packaging.py
blob: 250d661b74dd4710c3ee078f55dc732ea6203915 [
file
] [
log
] [
blame
]
import
sys
from
packaging
.
tests
.
__main__
import
test_main
if
__name__
==
'__main__'
:
test_main
()