home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 May / maximum-cd-2010-05.iso / DiscContents / boxee-0.9.20.10711.exe / system / python / Lib / distutils / __init__.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  425 b   |  15 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (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 52269 2006-10-10 08:10:42Z anthony.baxter $'
  14. __version__ = '2.4.4'
  15.