home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / lib / python2.4 / distutils / __init__.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2006-08-31  |  416 b   |  15 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. '''distutils
  5.  
  6. The main package for the Python Module Distribution Utilities.  Normally
  7. used from a setup script as
  8.  
  9.    from distutils.core import setup
  10.  
  11.    setup (...)
  12. '''
  13. __revision__ = '$Id: __init__.py 38355 2005-01-20 19:25:24Z theller $'
  14. __version__ = '2.4.1'
  15.