linkchecker/distutils/command/__init__.py
2000-03-20 20:19:34 +00:00

16 lines
315 B
Python

"""distutils.command
Package containing implementation of all the standard Distutils
commands."""
__revision__ = "$Id$"
__all__ = ['build',
'build_py',
'build_ext',
'install',
'install_py',
'install_ext',
'clean',
'sdist',
]