home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 October / maximum-cd-2011-10.iso / DiscContents / digsby_setup.exe / lib / py2exe / __init__.pyo (.txt) next >
Encoding:
Python Compiled Bytecode  |  2011-06-22  |  1.1 KB  |  27 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.6)
  3.  
  4. __version__ = '0.6.8'
  5. import distutils.dist as distutils
  6. import distutils.core as distutils
  7. import distutils.command as distutils
  8. import build_exe
  9. import sys
  10.  
  11. class Distribution(distutils.dist.Distribution):
  12.     
  13.     def __init__(self, attrs):
  14.         self.ctypes_com_server = attrs.pop('ctypes_com_server', [])
  15.         self.com_server = attrs.pop('com_server', [])
  16.         self.service = attrs.pop('service', [])
  17.         self.windows = attrs.pop('windows', [])
  18.         self.console = attrs.pop('console', [])
  19.         self.isapi = attrs.pop('isapi', [])
  20.         self.zipfile = attrs.pop('zipfile', 'library.zip')
  21.         distutils.dist.Distribution.__init__(self, attrs)
  22.  
  23.  
  24. distutils.core.Distribution = Distribution
  25. distutils.command.__all__.append('py2exe')
  26. sys.modules['distutils.command.py2exe'] = build_exe
  27.