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