[Python-checkins] python/dist/src/Lib/plat-mac/lib-scriptpackages/Explorer Microsoft_Internet_Explorer.py,1.4,1.5 Netscape_Suite.py,1.3,1.4 Required_Suite.py,1.4,1.5 Standard_Suite.py,1.3,1.4 URL_Suite.py,1.3,1.4 Web_Browser_Suite.py,1.4,1.5

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Tue, 01 Apr 2003 14:05:49 -0800


Update of /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Explorer
In directory sc8-pr-cvs1:/tmp/cvs-serv20940/Explorer

Modified Files:
	Microsoft_Internet_Explorer.py Netscape_Suite.py 
	Required_Suite.py Standard_Suite.py URL_Suite.py 
	Web_Browser_Suite.py 
Log Message:
Regenerated with property names with _Prop_ prepended.


Index: Microsoft_Internet_Explorer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Microsoft_Internet_Explorer.py	29 Mar 2003 00:13:11 -0000	1.4
--- Microsoft_Internet_Explorer.py	1 Apr 2003 22:04:31 -0000	1.5
***************
*** 86,96 ****
  _classdeclarations = {
  }
- 
- _propdeclarations = {
- }
- 
- _compdeclarations = {
- }
- 
- _enumdeclarations = {
- }
--- 86,87 ----

Index: Netscape_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Netscape_Suite.py	29 Mar 2003 00:13:11 -0000	1.3
--- Netscape_Suite.py	1 Apr 2003 22:04:32 -0000	1.4
***************
*** 39,49 ****
  _classdeclarations = {
  }
- 
- _propdeclarations = {
- }
- 
- _compdeclarations = {
- }
- 
- _enumdeclarations = {
- }
--- 39,40 ----

Index: Required_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Required_Suite.py	29 Mar 2003 00:13:11 -0000	1.4
--- Required_Suite.py	1 Apr 2003 22:04:33 -0000	1.5
***************
*** 98,108 ****
  _classdeclarations = {
  }
- 
- _propdeclarations = {
- }
- 
- _compdeclarations = {
- }
- 
- _enumdeclarations = {
- }
--- 98,99 ----

Index: Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Standard_Suite.py	29 Mar 2003 00:13:11 -0000	1.3
--- Standard_Suite.py	1 Apr 2003 22:04:34 -0000	1.4
***************
*** 43,47 ****
  	"""application - An application program """
  	want = 'capp'
! class selected_text(aetools.NProperty):
  	"""selected text - the selected text """
  	which = 'stxt'
--- 43,47 ----
  	"""application - An application program """
  	want = 'capp'
! class _Prop_selected_text(aetools.NProperty):
  	"""selected text - the selected text """
  	which = 'stxt'
***************
*** 49,53 ****
  application._superclassnames = []
  application._privpropdict = {
! 	'selected_text' : selected_text,
  }
  application._privelemdict = {
--- 49,53 ----
  application._superclassnames = []
  application._privpropdict = {
! 	'selected_text' : _Prop_selected_text,
  }
  application._privelemdict = {
***************
*** 59,71 ****
  _classdeclarations = {
  	'capp' : application,
- }
- 
- _propdeclarations = {
- 	'stxt' : selected_text,
- }
- 
- _compdeclarations = {
- }
- 
- _enumdeclarations = {
  }
--- 59,61 ----

Index: URL_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** URL_Suite.py	29 Mar 2003 00:13:12 -0000	1.3
--- URL_Suite.py	1 Apr 2003 22:04:34 -0000	1.4
***************
*** 44,54 ****
  _classdeclarations = {
  }
- 
- _propdeclarations = {
- }
- 
- _compdeclarations = {
- }
- 
- _enumdeclarations = {
- }
--- 44,45 ----

Index: Web_Browser_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Web_Browser_Suite.py	29 Mar 2003 00:13:12 -0000	1.4
--- Web_Browser_Suite.py	1 Apr 2003 22:04:34 -0000	1.5
***************
*** 216,226 ****
  _classdeclarations = {
  }
- 
- _propdeclarations = {
- }
- 
- _compdeclarations = {
- }
- 
- _enumdeclarations = {
- }
--- 216,217 ----