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