Commit d4b8429f authored by Greg Ward's avatar Greg Ward

Added docstring, brought __all__ up-to-date.

parent 865de836
# this is solely for debugging convenience
"""distutils.command
Package containing implementation of all the standard Distutils
commands. Currently this means:
build
build_py
build_ext
install
install_py
install_ext
but this list will undoubtedly grow with time."""
__rcsid__ = "$Id$"
__all__ = ['build',
'build_py',
'make_blib',
'build_ext',
'install',
'install_py',
'install_ext',
]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment