[Spambayes-checkins] spambayes/windows/py2exe setup_all.py, 1.13, 1.14

Tony Meyer anadelonbrin at users.sourceforge.net
Wed Jan 7 19:48:49 EST 2004


Update of /cvsroot/spambayes/spambayes/windows/py2exe
In directory sc8-pr-cvs1:/tmp/cvs-serv4411/windows/py2exe

Modified Files:
	setup_all.py 
Log Message:
Generate the dialogs.resources.dialogs.py file so that setup_all.py works with a
fresh setup.


Index: setup_all.py
===================================================================
RCS file: /cvsroot/spambayes/spambayes/windows/py2exe/setup_all.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** setup_all.py	30 Dec 2003 01:57:18 -0000	1.13
--- setup_all.py	8 Jan 2004 00:48:47 -0000	1.14
***************
*** 10,13 ****
--- 10,17 ----
  sys.path.append(os.path.join(sb_top_dir, "Outlook2000/sandbox"))
  
+ # Generate the dialogs.py file.
+ import dialogs
+ dialogs.LoadDialogs()
+ 
  # ModuleFinder can't handle runtime changes to __path__, but win32com uses them,
  # particularly for people who build from sources.  Hook this in.





More information about the Spambayes-checkins mailing list