Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
a464fc141d5ea4cad2685e9bdff08d6fbda13d03
/
.
/
Tools
/
scripts
/
pysetup3
blob: e6a908d2659f878c1226d4ef52669c451d993eb4 [
file
] [
log
] [
blame
]
Tarek Ziade
1231a4e
2011-05-19 13:07:25 +0200
[
diff
] [
blame
]
1
#!/usr/bin/env python3
2
import
sys
3
from
packaging
.
run
import
main
4
sys
.
exit
(
main
())