PyXR

c:\python24\lib \ distutils

Subpackages:

Modules

Init code



0001 """distutils
0002 
0003 The main package for the Python Module Distribution Utilities.  Normally
0004 used from a setup script as
0005 
0006    from distutils.core import setup
0007 
0008    setup (...)
0009 """
0010 
0011 # This module should be kept compatible with Python 1.5.2.
0012 
0013 __revision__ = "$Id: __init__.py,v 1.25 2004/07/23 19:47:32 theller Exp $"
0014 
0015 __version__ = "2.4.0"
0016 

Generated by PyXR 0.9.4
SourceForge.net Logo