[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites Table_Suite.py,1.2,1.3
Jack Jansen
jackjansen@users.sourceforge.net
2002年1月22日 15:22:29 -0800
Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites
In directory usw-pr-cvs1:/tmp/cvs-serv24627/Python/Mac/Lib/lib-scriptpackages/StdSuites
Modified Files:
Table_Suite.py
Log Message:
Regenerated to take advantage of new _builtinSuites package.
Index: Table_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/Table_Suite.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Table_Suite.py 2001年05月17日 12:38:31 1.2
--- Table_Suite.py 2002年01月22日 23:22:27 1.3
***************
*** 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
"""
***************
*** 82,94 ****
_classdeclarations = {
'ccel' : cell,
- 'ctbl' : table,
'ccol' : column,
'crow' : row,
}
_propdeclarations = {
- 'ppro' : protection,
- 'pfor' : formula,
'pnam' : name,
}
--- 82,94 ----
_classdeclarations = {
'ccel' : cell,
'ccol' : column,
+ 'ctbl' : table,
'crow' : row,
}
_propdeclarations = {
'pnam' : name,
+ 'pfor' : formula,
+ 'ppro' : protection,
}