[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites QuickDraw_Graphics_Suppleme.py,1.1,1.2

Jack Jansen jackjansen@users.sourceforge.net
Tue, 22 Jan 2002 15:22:11 -0800


Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites
In directory usw-pr-cvs1:/tmp/cvs-serv24550/Python/Mac/Lib/lib-scriptpackages/StdSuites

Modified Files:
	QuickDraw_Graphics_Suppleme.py 
Log Message:
Regenerated to take advantage of new _builtinSuites package.

Index: QuickDraw_Graphics_Suppleme.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/QuickDraw_Graphics_Suppleme.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** QuickDraw_Graphics_Suppleme.py	2000/08/17 22:14:56	1.1
--- QuickDraw_Graphics_Suppleme.py	2002/01/22 23:22:08	1.2
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Macintosh HD:Systeemmap:Extensies:AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Extensies:AppleScript
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 61,66 ****
  _propdeclarations = {
  	'prot' : rotation,
- 	'pscl' : scale,
  	'ptrs' : translation,
  }
  
--- 61,66 ----
  _propdeclarations = {
  	'prot' : rotation,
  	'ptrs' : translation,
+ 	'pscl' : scale,
  }