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 / command / __init__.pyo (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2009-07-20  |  634 b   |  27 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''distutils.command
  5.  
  6. Package containing implementation of all the standard Distutils
  7. commands.'''
  8. __revision__ = '$Id: __init__.py 37828 2004-11-10 22:23:15Z loewis $'
  9. __all__ = [
  10.     'build',
  11.     'build_py',
  12.     'build_ext',
  13.     'build_clib',
  14.     'build_scripts',
  15.     'clean',
  16.     'install',
  17.     'install_lib',
  18.     'install_headers',
  19.     'install_scripts',
  20.     'install_data',
  21.     'sdist',
  22.     'register',
  23.     'bdist',
  24.     'bdist_dumb',
  25.     'bdist_rpm',
  26.     'bdist_wininst']
  27.