Sign in
android
/
platform
/
external
/
python
/
cpython2
/
c681c8112f480fca4287696914c7f38b0eb64bf1
/
.
/
Lib
/
distutils
/
__init__.py
blob: d823d040a1c1e6d64838e8ccacc9c7337c732749 [
file
] [
log
] [
blame
]
"""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
(
' '
)]