home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_2423 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  848 b   |  36 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. __all__ = [
  5.     'alias',
  6.     'bdist_egg',
  7.     'bdist_rpm',
  8.     'build_ext',
  9.     'build_py',
  10.     'develop',
  11.     'easy_install',
  12.     'egg_info',
  13.     'install',
  14.     'install_lib',
  15.     'rotate',
  16.     'saveopts',
  17.     'sdist',
  18.     'setopt',
  19.     'test',
  20.     'upload',
  21.     'install_egg_info',
  22.     'install_scripts',
  23.     'register',
  24.     'bdist_wininst']
  25. import sys
  26. if sys.version >= '2.5':
  27.     __all__.remove('upload')
  28.  
  29. from distutils.command.bdist import bdist
  30. if 'egg' not in bdist.format_commands:
  31.     bdist.format_command['egg'] = ('bdist_egg', 'Python .egg file')
  32.     bdist.format_commands.append('egg')
  33.  
  34. del bdist
  35. del sys
  36.