Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
33d21a24fa3da625e20eb4d543eb1f9f6392f96c
/
.
/
Lib
/
test
/
test_packaging.py
blob: 250d661b74dd4710c3ee078f55dc732ea6203915 [
file
] [
log
] [
blame
]
Tarek Ziade
1231a4e
2011-05-19 13:07:25 +0200
[
diff
] [
blame
]
1
import
sys
2
from
packaging
.
tests
.
__main__
import
test_main
3
4
if
__name__
==
'__main__'
:
5
test_main
()