[Spambayes-checkins] spambayes/Outlook2000 addin.py,1.77,1.78

Mark Hammond mhammond at users.sourceforge.net
Fri Jul 25 18:57:38 EDT 2003


Update of /cvsroot/spambayes/spambayes/Outlook2000
In directory sc8-pr-cvs1:/tmp/cvs-serv30530

Modified Files:
	addin.py 
Log Message:
Oops - I am pretty sure I broke source code users - I relied on a bug I
fixed here but am yet to get out in a new win32all.


Index: addin.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/addin.py,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** addin.py	25 Jul 2003 15:00:14 -0000	1.77
--- addin.py	26 Jul 2003 00:57:35 -0000	1.78
***************
*** 92,97 ****
  
  # Register what vtable based interfaces we need to implement.
! gencache.EnsureModule('{AC0714F2-3D04-11D1-AE7D-00A0C90F26F4}', 0, 1, 0,
!                         bForDemand=True, bValidateFile=bValidateGencache) # Addin
  
  # A couple of functions that are in new win32all, but we dont want to
--- 92,98 ----
  
  # Register what vtable based interfaces we need to implement.
! # Damn - we should use EnsureModule for the _IDTExtensibility2 typelib, but
! # win32all 155 and earlier don't like us pre-generating :(
! universal.RegisterInterfaces('{AC0714F2-3D04-11D1-AE7D-00A0C90F26F4}', 0, 1, 0, ["_IDTExtensibility2"])
  
  # A couple of functions that are in new win32all, but we dont want to





More information about the Spambayes-checkins mailing list