[Python-checkins] python/dist/src/Mac/scripts BuildApplet.py,1.14,1.15

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Thu, 22 Aug 2002 16:36:13 -0700


Update of /cvsroot/python/python/dist/src/Mac/scripts
In directory usw-pr-cvs1:/tmp/cvs-serv20078

Modified Files:
	BuildApplet.py 
Log Message:
For MacPython-OS9 verbose is the default.


Index: BuildApplet.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/scripts/BuildApplet.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** BuildApplet.py	9 Jun 2002 22:08:52 -0000	1.14
--- BuildApplet.py	22 Aug 2002 23:36:11 -0000	1.15
***************
*** 82,85 ****
--- 82,88 ----
  			elif opt in ('-?', '--help'):
  				usage()
+ 		# On OS9 always be verbose
+ 		if sys.platform == 'mac' and not verbose:
+ 			verbose = 'default'
  		# Loop over all files to be processed
  		for filename in args: