[Spambayes-checkins] spambayes/Outlook2000 addin.py,1.74,1.75

Mark Hammond mhammond at users.sourceforge.net
Tue Jul 22 07:36:15 EDT 2003


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

Modified Files:
	addin.py 
Log Message:
While we are printing versions, Python gets a go.


Index: addin.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/Outlook2000/addin.py,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** addin.py	21 Jul 2003 03:53:52 -0000	1.74
--- addin.py	22 Jul 2003 13:36:12 -0000	1.75
***************
*** 853,861 ****
              # manager is what munges sys.path for us.
              from spambayes.Version import get_version_string
!             print "%s starting (with engine %s)..." % \
                      (get_version_string("Outlook"), get_version_string())
              major, minor, spack, platform, ver_str = win32api.GetVersionEx()
!             print "On Windows version %d.%d.%d (%s)" % \
                    (major, minor, spack, ver_str)
  
              self.explorers_events = None # create at OnStartupComplete
--- 853,862 ----
              # manager is what munges sys.path for us.
              from spambayes.Version import get_version_string
!             print "%s starting (with engine %s)" % \
                      (get_version_string("Outlook"), get_version_string())
              major, minor, spack, platform, ver_str = win32api.GetVersionEx()
!             print "on Windows %d.%d.%d (%s)" % \
                    (major, minor, spack, ver_str)
+             print "using Python", sys.version
  
              self.explorers_events = None # create at OnStartupComplete





More information about the Spambayes-checkins mailing list