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

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. makepy_version = '0.4.98'
  5. python_version = 33948144
  6. import win32com.client.CLSIDToClass as win32com
  7. import pythoncom
  8. import win32com.client.util as win32com
  9. from pywintypes import IID
  10. from win32com.client import Dispatch
  11. defaultNamedOptArg = pythoncom.Empty
  12. defaultNamedNotOptArg = pythoncom.Empty
  13. defaultUnnamedArg = pythoncom.Empty
  14. CLSID = IID('{3F4DACA7-160D-11D2-A8E9-00104B365C9F}')
  15. MajorVersion = 5
  16. MinorVersion = 5
  17. LibraryFlags = 8
  18. LCID = 0
  19. from win32com.client import CoClassBaseClass
  20. import sys
  21. __import__('win32com.gen_py.3F4DACA7-160D-11D2-A8E9-00104B365C9Fx0x5x5.IMatchCollection2')
  22. IMatchCollection2 = sys.modules['win32com.gen_py.3F4DACA7-160D-11D2-A8E9-00104B365C9Fx0x5x5.IMatchCollection2'].IMatchCollection2
  23.  
  24. class MatchCollection(CoClassBaseClass):
  25.     CLSID = IID('{3F4DACA6-160D-11D2-A8E9-00104B365C9F}')
  26.     coclass_sources = []
  27.     coclass_interfaces = [
  28.         IMatchCollection2]
  29.     default_interface = IMatchCollection2
  30.  
  31. win32com.client.CLSIDToClass.RegisterCLSID('{3F4DACA6-160D-11D2-A8E9-00104B365C9F}', MatchCollection)
  32.