repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Quick update to the README file. For intros and books we now point to
[python/dscho.git]
/
Lib
/
distutils
/
command
/
__init__.py
blob
385330b5e0f04ab7246f94b4adb0ea8425cf08bc
1
"""distutils.command
2
3
Package containing implementation of all the standard Distutils
4
commands."""
5
6
__revision__
=
"$Id$"
7
8
__all__
= [
'build'
,
9
'build_py'
,
10
'build_ext'
,
11
'build_clib'
,
12
'install'
,
13
'install_lib'
,
14
'clean'
,
15
'sdist'
,
16
'bdist'
,
17
'bdist_dumb'
,
18
]