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