| distutils.__init__ (version 0.9.1) | index /usr/lib/python1.6/distutils/__init__.py |
distutils
The main package for the Python Module Distribtion Utilities. Normally
used from a setup script as
from distutils.core import setup
setup (...)
| Data | ||
| __file__ = '/usr/lib/python1.6/distutils/__init__.pyc' __name__ = 'distutils.__init__' __revision__ = '$Id: __init__.py,v 1.10 2000/08/15 13:14:27 gward Exp $' __version__ = '0.9.1' | ||