home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyo (Python 2.6)
-
- __version__ = '0.6.8'
- import distutils.dist as distutils
- import distutils.core as distutils
- import distutils.command as distutils
- import build_exe
- import sys
-
- class Distribution(distutils.dist.Distribution):
-
- def __init__(self, attrs):
- self.ctypes_com_server = attrs.pop('ctypes_com_server', [])
- self.com_server = attrs.pop('com_server', [])
- self.service = attrs.pop('service', [])
- self.windows = attrs.pop('windows', [])
- self.console = attrs.pop('console', [])
- self.isapi = attrs.pop('isapi', [])
- self.zipfile = attrs.pop('zipfile', 'library.zip')
- distutils.dist.Distribution.__init__(self, attrs)
-
-
- distutils.core.Distribution = Distribution
- distutils.command.__all__.append('py2exe')
- sys.modules['distutils.command.py2exe'] = build_exe
-