Sign in
android
/
platform
/
external
/
python
/
cpython2
/
9d14d778e080ea6fcd42d892ea5ed2ed9bb2eeaa
/
.
/
Lib
/
distutils
/
__init__.py
blob: d823d040a1c1e6d64838e8ccacc9c7337c732749 [
file
]
"""distutils
The main package for the Python Module Distribution Utilities. Normally
used from a setup script as
from distutils.core import setup
setup (...)
"""
import
sys
__version__
=
sys
.
version
[:
sys
.
version
.
index
(
' '
)]