[Python-checkins] python/dist/src/Mac/Lib/lib-scriptpackages/Finder Containers_and_folders.py,1.4,1.5 Earlier_terms.py,1.4,1.5 Enumerations.py,1.3,1.4 Files_and_suitcases.py,1.4,1.5 Finder_Basics.py,1.3,1.4 Finder_items.py,1.3,1.4 Obsolete_terms.py,1.4,1.5 Process_classes.py,1.3,1.4 Standard_Suite.py,1.4,1.5 Type_Definitions.py,1.4,1.5 Window_classes.py,1.4,1.5 __init__.py,1.3,1.4

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 07 Aug 2002 08:53:44 -0700


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

Modified Files:
	Containers_and_folders.py Earlier_terms.py Enumerations.py 
	Files_and_suitcases.py Finder_Basics.py Finder_items.py 
	Obsolete_terms.py Process_classes.py Standard_Suite.py 
	Type_Definitions.py Window_classes.py __init__.py 
Log Message:
Regenerated with OSA class inheritance and fix for non-ascii chars.


Index: Containers_and_folders.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Containers_and_folders.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Containers_and_folders.py	23 Apr 2002 21:06:14 -0000	1.4
--- Containers_and_folders.py	7 Aug 2002 15:53:41 -0000	1.5
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
***************
*** 217,221 ****
  
  class desktop_2d_object(aetools.ComponentItem):
! 	"""desktop-object - Desktop-object is the class of the –desktop” object """
  	want = 'cdsk'
  class startup_disk(aetools.NProperty):
--- 217,221 ----
  
  class desktop_2d_object(aetools.ComponentItem):
! 	"""desktop-object - Desktop-object is the class of the \xd2desktop\xd3 object """
  	want = 'cdsk'
  class startup_disk(aetools.NProperty):
***************
*** 247,251 ****
  
  class trash_2d_object(aetools.ComponentItem):
! 	"""trash-object - Trash-object is the class of the –trash” object """
  	want = 'ctrs'
  class warns_before_emptying(aetools.NProperty):
--- 247,251 ----
  
  class trash_2d_object(aetools.ComponentItem):
! 	"""trash-object - Trash-object is the class of the \xd2trash\xd3 object """
  	want = 'ctrs'
  class warns_before_emptying(aetools.NProperty):
***************
*** 271,276 ****
  #        element 'dsut' as ['indx', 'name']
  import Earlier_terms
  import Files_and_suitcases
! container._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'selection' : selection,
--- 271,277 ----
  #        element 'dsut' as ['indx', 'name']
  import Earlier_terms
+ container._superclassnames = ['item']
  import Files_and_suitcases
! container._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'selection' : selection,
***************
*** 283,287 ****
  	'view_options_window' : view_options_window,
  }
! container._elemdict = {
  	'item' : Earlier_terms.item,
  	'container' : container,
--- 284,288 ----
  	'view_options_window' : view_options_window,
  }
! container._privelemdict = {
  	'item' : Earlier_terms.item,
  	'container' : container,
***************
*** 302,306 ****
  	'accessory_suitcase' : Earlier_terms.accessory_suitcase,
  }
! sharable_container._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'owner' : owner,
--- 303,308 ----
  	'accessory_suitcase' : Earlier_terms.accessory_suitcase,
  }
! sharable_container._superclassnames = ['container']
! sharable_container._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'owner' : owner,
***************
*** 315,319 ****
  	'protected' : protected,
  }
! sharable_container._elemdict = {
  	'item' : Earlier_terms.item,
  	'container' : container,
--- 317,321 ----
  	'protected' : protected,
  }
! sharable_container._privelemdict = {
  	'item' : Earlier_terms.item,
  	'container' : container,
***************
*** 334,345 ****
  	'accessory_suitcase' : Earlier_terms.accessory_suitcase,
  }
! sharing_privileges._propdict = {
  	'see_folders' : see_folders,
  	'see_files' : see_files,
  	'make_changes' : make_changes,
  }
! sharing_privileges._elemdict = {
  }
! disk._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'capacity' : capacity,
--- 336,349 ----
  	'accessory_suitcase' : Earlier_terms.accessory_suitcase,
  }
! sharing_privileges._superclassnames = []
! sharing_privileges._privpropdict = {
  	'see_folders' : see_folders,
  	'see_files' : see_files,
  	'make_changes' : make_changes,
  }
! sharing_privileges._privelemdict = {
  }
! disk._superclassnames = ['sharable_container']
! disk._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'capacity' : capacity,
***************
*** 349,353 ****
  	'startup' : startup,
  }
! disk._elemdict = {
  	'item' : Earlier_terms.item,
  	'container' : container,
--- 353,357 ----
  	'startup' : startup,
  }
! disk._privelemdict = {
  	'item' : Earlier_terms.item,
  	'container' : container,
***************
*** 368,375 ****
  	'accessory_suitcase' : Earlier_terms.accessory_suitcase,
  }
! folder._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! folder._elemdict = {
  	'item' : Earlier_terms.item,
  	'container' : container,
--- 372,380 ----
  	'accessory_suitcase' : Earlier_terms.accessory_suitcase,
  }
! folder._superclassnames = ['sharable_container']
! folder._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! folder._privelemdict = {
  	'item' : Earlier_terms.item,
  	'container' : container,
***************
*** 390,399 ****
  	'accessory_suitcase' : Earlier_terms.accessory_suitcase,
  }
! desktop_2d_object._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'startup_disk' : startup_disk,
  	'trash' : trash,
  }
! desktop_2d_object._elemdict = {
  	'item' : Earlier_terms.item,
  	'container' : container,
--- 395,405 ----
  	'accessory_suitcase' : Earlier_terms.accessory_suitcase,
  }
! desktop_2d_object._superclassnames = ['container']
! desktop_2d_object._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'startup_disk' : startup_disk,
  	'trash' : trash,
  }
! desktop_2d_object._privelemdict = {
  	'item' : Earlier_terms.item,
  	'container' : container,
***************
*** 415,423 ****
  	'accessory_suitcase' : Earlier_terms.accessory_suitcase,
  }
! trash_2d_object._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'warns_before_emptying' : warns_before_emptying,
  }
! trash_2d_object._elemdict = {
  	'item' : Earlier_terms.item,
  	'container' : container,
--- 421,430 ----
  	'accessory_suitcase' : Earlier_terms.accessory_suitcase,
  }
! trash_2d_object._superclassnames = ['container']
! trash_2d_object._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'warns_before_emptying' : warns_before_emptying,
  }
! trash_2d_object._privelemdict = {
  	'item' : Earlier_terms.item,
  	'container' : container,

Index: Earlier_terms.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Earlier_terms.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Earlier_terms.py	23 Apr 2002 21:07:12 -0000	1.4
--- Earlier_terms.py	7 Aug 2002 15:53:41 -0000	1.5
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
***************
*** 25,29 ****
  	want = 'reco'
  class clipboard(aetools.NProperty):
! 	"""clipboard - the FinderÕs clipboard window """
  	which = 'pcli'
  	want = 'obj '
--- 25,29 ----
  	want = 'reco'
  class clipboard(aetools.NProperty):
! 	"""clipboard - the Finder\xd5s clipboard window """
  	which = 'pcli'
  	want = 'obj '
***************
*** 33,41 ****
  	want = 'long'
  class name(aetools.NProperty):
! 	"""name - the FinderÕs name """
  	which = 'pnam'
  	want = 'itxt'
  class visible(aetools.NProperty):
! 	"""visible - Is the FinderÕs layer visible? """
  	which = 'pvis'
  	want = 'bool'
--- 33,41 ----
  	want = 'long'
  class name(aetools.NProperty):
! 	"""name - the Finder\xd5s name """
  	which = 'pnam'
  	want = 'itxt'
  class visible(aetools.NProperty):
! 	"""visible - Is the Finder\xd5s layer visible? """
  	which = 'pvis'
  	want = 'bool'
***************
*** 49,53 ****
  	want = 'obj '
  class insertion_location(aetools.NProperty):
! 	"""insertion location - the container in which a new folder would appear if –New Folder” was selected """
  	which = 'pins'
  	want = 'obj '
--- 49,53 ----
  	want = 'obj '
  class insertion_location(aetools.NProperty):
! 	"""insertion location - the container in which a new folder would appear if \xd2New Folder\xd3 was selected """
  	which = 'pins'
  	want = 'obj '
***************
*** 69,73 ****
  	want = 'itxt'
  class about_this_computer(aetools.NProperty):
! 	"""about this computer - the –About this Computer” dialog and the list of running processes displayed in it """
  	which = 'abbx'
  	want = 'obj '
--- 69,73 ----
  	want = 'itxt'
  class about_this_computer(aetools.NProperty):
! 	"""about this computer - the \xd2About this Computer\xd3 dialog and the list of running processes displayed in it """
  	which = 'abbx'
  	want = 'obj '
***************
*** 196,200 ****
  
  class information_window(aetools.ComponentItem):
! 	"""information window - An information window (opened by –Get Info”) """
  	want = 'iwnd'
  class comment(aetools.NProperty):
--- 196,200 ----
  
  class information_window(aetools.ComponentItem):
! 	"""information window - An information window (opened by \xd2Get Info\xd3) """
  	want = 'iwnd'
  class comment(aetools.NProperty):
***************
*** 360,364 ****
  
  class trash_2d_object(aetools.ComponentItem):
! 	"""trash-object - Trash-object is the class of the –trash” object """
  	want = 'ctrs'
  
--- 360,364 ----
  
  class trash_2d_object(aetools.ComponentItem):
! 	"""trash-object - Trash-object is the class of the \xd2trash\xd3 object """
  	want = 'ctrs'
  
***************
*** 430,434 ****
  	which = 'wshd'
  	want = 'bool'
! application._propdict = {
  	'properties' : properties,
  	'clipboard' : clipboard,
--- 430,435 ----
  	which = 'wshd'
  	want = 'bool'
! application._superclassnames = []
! application._privpropdict = {
  	'properties' : properties,
  	'clipboard' : clipboard,
***************
*** 447,453 ****
  	'Finder_preferences' : Finder_preferences,
  }
! application._elemdict = {
  }
! application_file._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'minimum_partition_size' : minimum_partition_size,
--- 448,456 ----
  	'Finder_preferences' : Finder_preferences,
  }
! application._privelemdict = {
  }
! import Files_and_suitcases
! application_file._superclassnames = ['file']
! application_file._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'minimum_partition_size' : minimum_partition_size,
***************
*** 456,462 ****
  	'scriptable' : scriptable,
  }
! application_file._elemdict = {
  }
! container_window._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'container' : container,
--- 459,466 ----
  	'scriptable' : scriptable,
  }
! application_file._privelemdict = {
  }
! container_window._superclassnames = ['window']
! container_window._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'container' : container,
***************
*** 478,496 ****
  	'use_relative_dates' : use_relative_dates,
  }
! container_window._elemdict = {
  }
! accessory_process._propdict = {
  }
! accessory_process._elemdict = {
  }
! accessory_suitcase._propdict = {
  }
! accessory_suitcase._elemdict = {
  }
! internet_location._propdict = {
  }
! internet_location._elemdict = {
  }
! information_window._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'item' : item,
--- 482,504 ----
  	'use_relative_dates' : use_relative_dates,
  }
! container_window._privelemdict = {
  }
! accessory_process._superclassnames = []
! accessory_process._privpropdict = {
  }
! accessory_process._privelemdict = {
  }
! accessory_suitcase._superclassnames = []
! accessory_suitcase._privpropdict = {
  }
! accessory_suitcase._privelemdict = {
  }
! internet_location._superclassnames = []
! internet_location._privpropdict = {
  }
! internet_location._privelemdict = {
  }
! information_window._superclassnames = ['window']
! information_window._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'item' : item,
***************
*** 510,516 ****
  	'version' : version,
  }
! information_window._elemdict = {
  }
! item._propdict = {
  	'properties' : properties,
  	'name' : name,
--- 518,525 ----
  	'version' : version,
  }
! information_window._privelemdict = {
  }
! item._superclassnames = []
! item._privpropdict = {
  	'properties' : properties,
  	'name' : name,
***************
*** 536,542 ****
  	'information_window' : information_window,
  }
! item._elemdict = {
  }
! process._propdict = {
  	'properties' : properties,
  	'name' : name,
--- 545,552 ----
  	'information_window' : information_window,
  }
! item._privelemdict = {
  }
! process._superclassnames = []
! process._privpropdict = {
  	'properties' : properties,
  	'name' : name,
***************
*** 551,557 ****
  	'partition_space_used' : partition_space_used,
  }
! process._elemdict = {
  }
! sharable_container._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'owner' : owner,
--- 561,569 ----
  	'partition_space_used' : partition_space_used,
  }
! process._privelemdict = {
  }
! import Containers_and_folders
! sharable_container._superclassnames = ['container']
! sharable_container._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'owner' : owner,
***************
*** 566,578 ****
  	'protected' : protected,
  }
! sharable_container._elemdict = {
  }
! trash_2d_object._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'warn_before_emptying' : warn_before_emptying,
  }
! trash_2d_object._elemdict = {
  }
! preferences._propdict = {
  	'window' : window,
  	'calculate_folder_sizes' : calculate_folder_sizes,
--- 578,592 ----
  	'protected' : protected,
  }
! sharable_container._privelemdict = {
  }
! trash_2d_object._superclassnames = ['container']
! trash_2d_object._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'warn_before_emptying' : warn_before_emptying,
  }
! trash_2d_object._privelemdict = {
  }
! preferences._superclassnames = []
! preferences._privpropdict = {
  	'window' : window,
  	'calculate_folder_sizes' : calculate_folder_sizes,
***************
*** 590,596 ****
  	'use_wide_grid' : use_wide_grid,
  }
! preferences._elemdict = {
  }
! window._propdict = {
  	'properties' : properties,
  	'position' : position,
--- 604,611 ----
  	'use_wide_grid' : use_wide_grid,
  }
! preferences._privelemdict = {
  }
! window._superclassnames = []
! window._privpropdict = {
  	'properties' : properties,
  	'position' : position,
***************
*** 611,615 ****
  	'collapsed' : collapsed,
  }
! window._elemdict = {
  }
  
--- 626,630 ----
  	'collapsed' : collapsed,
  }
! window._privelemdict = {
  }
  

Index: Enumerations.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Enumerations.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Enumerations.py	23 Apr 2002 21:06:19 -0000	1.3
--- Enumerations.py	7 Aug 2002 15:53:41 -0000	1.4
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """

Index: Files_and_suitcases.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Files_and_suitcases.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Files_and_suitcases.py	23 Apr 2002 21:06:25 -0000	1.4
--- Files_and_suitcases.py	7 Aug 2002 15:53:41 -0000	1.5
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
***************
*** 40,48 ****
  	want = 'bool'
  class product_version(aetools.NProperty):
! 	"""product version - the version of the product (visible at the top of the –Get Info” window) """
  	which = 'ver2'
  	want = 'itxt'
  class version(aetools.NProperty):
! 	"""version - the version of the file (visible at the bottom of the –Get Info” window) """
  	which = 'vers'
  	want = 'itxt'
--- 40,48 ----
  	want = 'bool'
  class product_version(aetools.NProperty):
! 	"""product version - the version of the product (visible at the top of the \xd2Get Info\xd3 window) """
  	which = 'ver2'
  	want = 'itxt'
  class version(aetools.NProperty):
! 	"""version - the version of the file (visible at the bottom of the \xd2Get Info\xd3 window) """
  	which = 'vers'
  	want = 'itxt'
***************
*** 51,55 ****
  
  class alias_file(aetools.ComponentItem):
! 	"""alias file - An alias file (created with –Make Alias”) """
  	want = 'alia'
  class original_item(aetools.NProperty):
--- 51,55 ----
  
  class alias_file(aetools.ComponentItem):
! 	"""alias file - An alias file (created with \xd2Make Alias\xd3) """
  	want = 'alia'
  class original_item(aetools.NProperty):
***************
*** 156,160 ****
  
  desk_accessory_suitcases = desk_accessory_suitcase
! file._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'file_type' : file_type,
--- 156,162 ----
  
  desk_accessory_suitcases = desk_accessory_suitcase
! import Earlier_terms
! file._superclassnames = ['item']
! file._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'file_type' : file_type,
***************
*** 165,177 ****
  	'version' : version,
  }
! file._elemdict = {
  }
! alias_file._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'original_item' : original_item,
  }
! alias_file._elemdict = {
  }
! application_file._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'suggested_size' : suggested_size,
--- 167,181 ----
  	'version' : version,
  }
! file._privelemdict = {
  }
! alias_file._superclassnames = ['file']
! alias_file._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'original_item' : original_item,
  }
! alias_file._privelemdict = {
  }
! application_file._superclassnames = ['file']
! application_file._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'suggested_size' : suggested_size,
***************
*** 181,240 ****
  	'has_scripting_terminology' : has_scripting_terminology,
  }
! application_file._elemdict = {
  }
! document_file._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! document_file._elemdict = {
  }
! font_file._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! font_file._elemdict = {
  }
! desk_accessory_file._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! desk_accessory_file._elemdict = {
  }
! internet_location_file._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'location' : location,
  }
! internet_location_file._elemdict = {
  }
! sound_file._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'sound' : sound,
  }
! sound_file._elemdict = {
  }
! clipping._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! clipping._elemdict = {
  }
! package._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! package._elemdict = {
  }
! import Earlier_terms
! suitcase._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! suitcase._elemdict = {
  	'item' : Earlier_terms.item,
  }
! font_suitcase._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! font_suitcase._elemdict = {
  	'item' : Earlier_terms.item,
  }
! desk_accessory_suitcase._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! desk_accessory_suitcase._elemdict = {
  	'item' : Earlier_terms.item,
  }
--- 185,253 ----
  	'has_scripting_terminology' : has_scripting_terminology,
  }
! application_file._privelemdict = {
  }
! document_file._superclassnames = ['file']
! document_file._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! document_file._privelemdict = {
  }
! font_file._superclassnames = ['file']
! font_file._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! font_file._privelemdict = {
  }
! desk_accessory_file._superclassnames = ['file']
! desk_accessory_file._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! desk_accessory_file._privelemdict = {
  }
! internet_location_file._superclassnames = ['file']
! internet_location_file._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'location' : location,
  }
! internet_location_file._privelemdict = {
  }
! sound_file._superclassnames = ['file']
! sound_file._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'sound' : sound,
  }
! sound_file._privelemdict = {
  }
! clipping._superclassnames = ['file']
! clipping._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! clipping._privelemdict = {
  }
! package._superclassnames = ['item']
! package._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! package._privelemdict = {
  }
! suitcase._superclassnames = ['file']
! suitcase._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! suitcase._privelemdict = {
  	'item' : Earlier_terms.item,
  }
! font_suitcase._superclassnames = ['suitcase']
! font_suitcase._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! font_suitcase._privelemdict = {
  	'item' : Earlier_terms.item,
  }
! desk_accessory_suitcase._superclassnames = ['suitcase']
! desk_accessory_suitcase._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! desk_accessory_suitcase._privelemdict = {
  	'item' : Earlier_terms.item,
  }

Index: Finder_Basics.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Finder_Basics.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Finder_Basics.py	23 Apr 2002 21:07:18 -0000	1.3
--- Finder_Basics.py	7 Aug 2002 15:53:41 -0000	1.4
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
***************
*** 146,150 ****
  	want = 'capp'
  class clipboard(aetools.NProperty):
! 	"""clipboard - the FinderÕs clipboard window """
  	which = 'pcli'
  	want = 'obj '
--- 146,150 ----
  	want = 'capp'
  class clipboard(aetools.NProperty):
! 	"""clipboard - the Finder\xd5s clipboard window """
  	which = 'pcli'
  	want = 'obj '
***************
*** 154,162 ****
  	want = 'long'
  class name(aetools.NProperty):
! 	"""name - the FinderÕs name """
  	which = 'pnam'
  	want = 'itxt'
  class visible(aetools.NProperty):
! 	"""visible - Is the FinderÕs layer visible? """
  	which = 'pvis'
  	want = 'bool'
--- 154,162 ----
  	want = 'long'
  class name(aetools.NProperty):
! 	"""name - the Finder\xd5s name """
  	which = 'pnam'
  	want = 'itxt'
  class visible(aetools.NProperty):
! 	"""visible - Is the Finder\xd5s layer visible? """
  	which = 'pvis'
  	want = 'bool'
***************
*** 170,174 ****
  	want = 'obj '
  class insertion_location(aetools.NProperty):
! 	"""insertion location - the container in which a new folder would appear if –New Folder” was selected """
  	which = 'pins'
  	want = 'obj '
--- 170,174 ----
  	want = 'obj '
  class insertion_location(aetools.NProperty):
! 	"""insertion location - the container in which a new folder would appear if \xd2New Folder\xd3 was selected """
  	which = 'pins'
  	want = 'obj '
***************
*** 190,194 ****
  	want = 'itxt'
  class about_this_computer(aetools.NProperty):
! 	"""about this computer - the –About this Computer” dialog and the list of running processes displayed in it """
  	which = 'abbx'
  	want = 'obj '
--- 190,194 ----
  	want = 'itxt'
  class about_this_computer(aetools.NProperty):
! 	"""about this computer - the \xd2About this Computer\xd3 dialog and the list of running processes displayed in it """
  	which = 'abbx'
  	want = 'obj '
***************
*** 241,275 ****
  	want = 'obj '
  class apple_menu_items_folder(aetools.NProperty):
! 	"""apple menu items folder - the special folder named –Apple Menu Items,” the contents of which appear in the Apple menu """
  	which = 'amnu'
  	want = 'obj '
  class control_panels_folder(aetools.NProperty):
! 	"""control panels folder - the special folder named –Control Panels” """
  	which = 'ctrl'
  	want = 'obj '
  class extensions_folder(aetools.NProperty):
! 	"""extensions folder - the special folder named –Extensions” """
  	which = 'extn'
  	want = 'obj '
  class fonts_folder(aetools.NProperty):
! 	"""fonts folder - the special folder named –Fonts” """
  	which = 'font'
  	want = 'obj '
  class preferences_folder(aetools.NProperty):
! 	"""preferences folder - the special folder named –Preferences” """
  	which = 'pref'
  	want = 'obj '
  class shutdown_items_folder(aetools.NProperty):
! 	"""shutdown items folder - the special folder named –Shutdown Items” """
  	which = 'shdf'
  	want = 'obj '
  class startup_items_folder(aetools.NProperty):
! 	"""startup items folder - the special folder named –Startup Items” """
  	which = 'strt'
  	want = 'obj '
  class temporary_items_folder(aetools.NProperty):
! 	"""temporary items folder - the special folder named –Temporary Items” (invisible) """
  	which = 'temp'
  	want = 'obj '
  import Earlier_terms
  import Containers_and_folders
--- 241,276 ----
  	want = 'obj '
  class apple_menu_items_folder(aetools.NProperty):
! 	"""apple menu items folder - the special folder named \xd2Apple Menu Items,\xd3 the contents of which appear in the Apple menu """
  	which = 'amnu'
  	want = 'obj '
  class control_panels_folder(aetools.NProperty):
! 	"""control panels folder - the special folder named \xd2Control Panels\xd3 """
  	which = 'ctrl'
  	want = 'obj '
  class extensions_folder(aetools.NProperty):
! 	"""extensions folder - the special folder named \xd2Extensions\xd3 """
  	which = 'extn'
  	want = 'obj '
  class fonts_folder(aetools.NProperty):
! 	"""fonts folder - the special folder named \xd2Fonts\xd3 """
  	which = 'font'
  	want = 'obj '
  class preferences_folder(aetools.NProperty):
! 	"""preferences folder - the special folder named \xd2Preferences\xd3 """
  	which = 'pref'
  	want = 'obj '
  class shutdown_items_folder(aetools.NProperty):
! 	"""shutdown items folder - the special folder named \xd2Shutdown Items\xd3 """
  	which = 'shdf'
  	want = 'obj '
  class startup_items_folder(aetools.NProperty):
! 	"""startup items folder - the special folder named \xd2Startup Items\xd3 """
  	which = 'strt'
  	want = 'obj '
  class temporary_items_folder(aetools.NProperty):
! 	"""temporary items folder - the special folder named \xd2Temporary Items\xd3 (invisible) """
  	which = 'temp'
  	want = 'obj '
+ application._superclassnames = []
  import Earlier_terms
  import Containers_and_folders
***************
*** 277,281 ****
  import Process_classes
  import Window_classes
! application._propdict = {
  	'clipboard' : clipboard,
  	'largest_free_block' : largest_free_block,
--- 278,282 ----
  import Process_classes
  import Window_classes
! application._privpropdict = {
  	'clipboard' : clipboard,
  	'largest_free_block' : largest_free_block,
***************
*** 294,298 ****
  	'Finder_preferences' : Finder_preferences,
  }
! application._elemdict = {
  	'item' : Earlier_terms.item,
  	'container' : Containers_and_folders.container,
--- 295,299 ----
  	'Finder_preferences' : Finder_preferences,
  }
! application._privelemdict = {
  	'item' : Earlier_terms.item,
  	'container' : Containers_and_folders.container,
***************
*** 323,327 ****
  	'content_space' : Window_classes.content_space,
  }
! special_folders._propdict = {
  	'system_folder' : system_folder,
  	'apple_menu_items_folder' : apple_menu_items_folder,
--- 324,329 ----
  	'content_space' : Window_classes.content_space,
  }
! special_folders._superclassnames = []
! special_folders._privpropdict = {
  	'system_folder' : system_folder,
  	'apple_menu_items_folder' : apple_menu_items_folder,
***************
*** 334,338 ****
  	'temporary_items_folder' : temporary_items_folder,
  }
! special_folders._elemdict = {
  }
  
--- 336,340 ----
  	'temporary_items_folder' : temporary_items_folder,
  }
! special_folders._privelemdict = {
  }
  

Index: Finder_items.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Finder_items.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Finder_items.py	23 Apr 2002 21:06:31 -0000	1.3
--- Finder_items.py	7 Aug 2002 15:53:41 -0000	1.4
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
***************
*** 80,84 ****
  	def empty(self, _object=None, _attributes={}, **_arguments):
  		"""empty: Empty the trash
! 		Required argument: –empty” and –empty trash” both do the same thing
  		Keyword argument _attributes: AppleEvent attribute dictionary
  		"""
--- 80,84 ----
  	def empty(self, _object=None, _attributes={}, **_arguments):
  		"""empty: Empty the trash
! 		Required argument: \xd2empty\xd3 and \xd2empty trash\xd3 both do the same thing
  		Keyword argument _attributes: AppleEvent attribute dictionary
  		"""
***************
*** 234,238 ****
  	want = 'itxt'
  class comment(aetools.NProperty):
! 	"""comment - the comment of the item, displayed in the –Get Info” window """
  	which = 'comt'
  	want = 'itxt'
--- 234,238 ----
  	want = 'itxt'
  class comment(aetools.NProperty):
! 	"""comment - the comment of the item, displayed in the \xd2Get Info\xd3 window """
  	which = 'comt'
  	want = 'itxt'
***************
*** 275,279 ****
  
  items = item
! item._propdict = {
  	'name' : name,
  	'index' : index,
--- 275,280 ----
  
  items = item
! item._superclassnames = []
! item._privpropdict = {
  	'name' : name,
  	'index' : index,
***************
*** 298,302 ****
  	'information_window' : information_window,
  }
! item._elemdict = {
  }
  _Enum_bool = None # XXXX enum bool not found!!
--- 299,303 ----
  	'information_window' : information_window,
  }
! item._privelemdict = {
  }
  _Enum_bool = None # XXXX enum bool not found!!

Index: Obsolete_terms.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Obsolete_terms.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Obsolete_terms.py	23 Apr 2002 21:06:40 -0000	1.4
--- Obsolete_terms.py	7 Aug 2002 15:53:41 -0000	1.5
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
***************
*** 60,64 ****
  
  class information_window(aetools.ComponentItem):
! 	"""information window - An information window (opened by –Get Info”) """
  	want = 'iwnd'
  class creation_date_obsolete(aetools.NProperty):
--- 60,64 ----
  
  class information_window(aetools.ComponentItem):
! 	"""information window - An information window (opened by \xd2Get Info\xd3) """
  	want = 'iwnd'
  class creation_date_obsolete(aetools.NProperty):
***************
*** 88,92 ****
  
  class sharing_window(aetools.ComponentItem):
! 	"""sharing window - A sharing window (opened by –Sharingƒ”) """
  	want = 'swnd'
  class sharable_container(aetools.NProperty):
--- 88,92 ----
  
  class sharing_window(aetools.ComponentItem):
! 	"""sharing window - A sharing window (opened by \xd2Sharing\xc9\xd3) """
  	want = 'swnd'
  class sharable_container(aetools.NProperty):
***************
*** 110,163 ****
  
  status_windows = status_window
! application._propdict = {
  	'view_preferences' : view_preferences,
  }
! application._elemdict = {
  }
! container._propdict = {
  	'container_window' : container_window,
  }
! container._elemdict = {
  }
! container_window._propdict = {
  	'folder_obsolete' : folder_obsolete,
  }
! container_window._elemdict = {
  }
! control_panel._propdict = {
  }
! control_panel._elemdict = {
  }
! file._propdict = {
  	'file_type_obsolete' : file_type_obsolete,
  	'locked_obsolete' : locked_obsolete,
  }
! file._elemdict = {
  }
! information_window._propdict = {
  	'creation_date_obsolete' : creation_date_obsolete,
  	'locked_obsolete' : locked_obsolete,
  	'modification_date_obsolete' : modification_date_obsolete,
  }
! information_window._elemdict = {
  }
! item._propdict = {
  	'creation_date_obsolete' : creation_date_obsolete,
  	'folder_obsolete' : folder_obsolete,
  	'modification_date_obsolete' : modification_date_obsolete,
  }
! item._elemdict = {
  }
! process._propdict = {
  	'file_type_obsolete' : file_type_obsolete,
  }
! process._elemdict = {
  }
! sharable_container._propdict = {
  	'sharing_window' : sharing_window,
  }
! sharable_container._elemdict = {
  }
! sharing_window._propdict = {
  	'sharable_container' : sharable_container,
  	'item' : item,
--- 110,173 ----
  
  status_windows = status_window
! application._superclassnames = []
! application._privpropdict = {
  	'view_preferences' : view_preferences,
  }
! application._privelemdict = {
  }
! container._superclassnames = []
! container._privpropdict = {
  	'container_window' : container_window,
  }
! container._privelemdict = {
  }
! container_window._superclassnames = []
! container_window._privpropdict = {
  	'folder_obsolete' : folder_obsolete,
  }
! container_window._privelemdict = {
  }
! control_panel._superclassnames = []
! control_panel._privpropdict = {
  }
! control_panel._privelemdict = {
  }
! file._superclassnames = []
! file._privpropdict = {
  	'file_type_obsolete' : file_type_obsolete,
  	'locked_obsolete' : locked_obsolete,
  }
! file._privelemdict = {
  }
! information_window._superclassnames = []
! information_window._privpropdict = {
  	'creation_date_obsolete' : creation_date_obsolete,
  	'locked_obsolete' : locked_obsolete,
  	'modification_date_obsolete' : modification_date_obsolete,
  }
! information_window._privelemdict = {
  }
! item._superclassnames = []
! item._privpropdict = {
  	'creation_date_obsolete' : creation_date_obsolete,
  	'folder_obsolete' : folder_obsolete,
  	'modification_date_obsolete' : modification_date_obsolete,
  }
! item._privelemdict = {
  }
! process._superclassnames = []
! process._privpropdict = {
  	'file_type_obsolete' : file_type_obsolete,
  }
! process._privelemdict = {
  }
! sharable_container._superclassnames = []
! sharable_container._privpropdict = {
  	'sharing_window' : sharing_window,
  }
! sharable_container._privelemdict = {
  }
! sharing_window._superclassnames = []
! sharing_window._privpropdict = {
  	'sharable_container' : sharable_container,
  	'item' : item,
***************
*** 165,173 ****
  	'folder_obsolete' : folder_obsolete,
  }
! sharing_window._elemdict = {
  }
! status_window._propdict = {
  }
! status_window._elemdict = {
  }
  
--- 175,184 ----
  	'folder_obsolete' : folder_obsolete,
  }
! sharing_window._privelemdict = {
  }
! status_window._superclassnames = []
! status_window._privpropdict = {
  }
! status_window._privelemdict = {
  }
  

Index: Process_classes.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Process_classes.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Process_classes.py	23 Apr 2002 21:06:49 -0000	1.3
--- Process_classes.py	7 Aug 2002 15:53:41 -0000	1.4
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
***************
*** 89,93 ****
  
  desk_accessory_processes = desk_accessory_process
! process._propdict = {
  	'name' : name,
  	'visible' : visible,
--- 89,94 ----
  
  desk_accessory_processes = desk_accessory_process
! process._superclassnames = []
! process._privpropdict = {
  	'name' : name,
  	'visible' : visible,
***************
*** 102,118 ****
  	'partition_space_used' : partition_space_used,
  }
! process._elemdict = {
  }
! application_process._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'application_file' : application_file,
  }
! application_process._elemdict = {
  }
! desk_accessory_process._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'desk_accessory_file' : desk_accessory_file,
  }
! desk_accessory_process._elemdict = {
  }
  
--- 103,121 ----
  	'partition_space_used' : partition_space_used,
  }
! process._privelemdict = {
  }
! application_process._superclassnames = ['process']
! application_process._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'application_file' : application_file,
  }
! application_process._privelemdict = {
  }
! desk_accessory_process._superclassnames = ['process']
! desk_accessory_process._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'desk_accessory_file' : desk_accessory_file,
  }
! desk_accessory_process._privelemdict = {
  }
  

Index: Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Standard_Suite.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Standard_Suite.py	7 May 2002 20:16:20 -0000	1.4
--- Standard_Suite.py	7 Aug 2002 15:53:41 -0000	1.5
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
***************
*** 41,49 ****
  			return _arguments['----']
  
! 	_argmap__print = {
  		'with_properties' : 'prdt',
  	}
  
! 	def _print(self, _object, _attributes={}, **_arguments):
  		"""print: Print the specified object(s)
  		Required argument: list of objects to print
--- 41,49 ----
  			return _arguments['----']
  
! 	_argmap_print_ = {
  		'with_properties' : 'prdt',
  	}
  
! 	def print_(self, _object, _attributes={}, **_arguments):
  		"""print: Print the specified object(s)
  		Required argument: list of objects to print
***************
*** 54,58 ****
  		_subcode = 'pdoc'
  
! 		aetools.keysubst(_arguments, self._argmap__print)
  		_arguments['----'] = _object
  
--- 54,58 ----
  		_subcode = 'pdoc'
  
! 		aetools.keysubst(_arguments, self._argmap_print_)
  		_arguments['----'] = _object
  

Index: Type_Definitions.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Type_Definitions.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Type_Definitions.py	23 Apr 2002 21:06:57 -0000	1.4
--- Type_Definitions.py	7 Aug 2002 15:53:41 -0000	1.5
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
***************
*** 164,170 ****
  
  class alias_list(aetools.ComponentItem):
! 	"""alias list - A list of aliases.  Use •as alias listÕ when a list of aliases is needed (instead of a list of file system item references). """
  	want = 'alst'
! preferences._propdict = {
  	'window' : window,
  	'button_view_arrangement' : button_view_arrangement,
--- 164,171 ----
  
  class alias_list(aetools.ComponentItem):
! 	"""alias list - A list of aliases.  Use \xd4as alias list\xd5 when a list of aliases is needed (instead of a list of file system item references). """
  	want = 'alst'
! preferences._superclassnames = []
! preferences._privpropdict = {
  	'window' : window,
  	'button_view_arrangement' : button_view_arrangement,
***************
*** 189,203 ****
  	'view_font_size' : view_font_size,
  }
! preferences._elemdict = {
  	'label' : label,
  }
! label._propdict = {
  	'name' : name,
  	'index' : index,
  	'color' : color,
  }
! label._elemdict = {
  }
! icon_family._propdict = {
  	'large_monochrome_icon_and_mask' : large_monochrome_icon_and_mask,
  	'large_8_bit_mask' : large_8_bit_mask,
--- 190,206 ----
  	'view_font_size' : view_font_size,
  }
! preferences._privelemdict = {
  	'label' : label,
  }
! label._superclassnames = []
! label._privpropdict = {
  	'name' : name,
  	'index' : index,
  	'color' : color,
  }
! label._privelemdict = {
  }
! icon_family._superclassnames = []
! icon_family._privpropdict = {
  	'large_monochrome_icon_and_mask' : large_monochrome_icon_and_mask,
  	'large_8_bit_mask' : large_8_bit_mask,
***************
*** 211,219 ****
  	'small_4_bit_icon' : small_4_bit_icon,
  }
! icon_family._elemdict = {
  }
! alias_list._propdict = {
  }
! alias_list._elemdict = {
  }
  
--- 214,223 ----
  	'small_4_bit_icon' : small_4_bit_icon,
  }
! icon_family._privelemdict = {
  }
! alias_list._superclassnames = []
! alias_list._privpropdict = {
  }
! alias_list._privelemdict = {
  }
  

Index: Window_classes.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/Window_classes.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Window_classes.py	23 Apr 2002 21:07:04 -0000	1.4
--- Window_classes.py	7 Aug 2002 15:53:41 -0000	1.5
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Moes:Systeemmap:Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/System Folder/Finder
  AETE/AEUT resource version 0/144, language 0, script 0
  """
***************
*** 165,169 ****
  
  class information_window(aetools.ComponentItem):
! 	"""information window - An information window (opened by –Get Info”) """
  	want = 'iwnd'
  class current_panel(aetools.NProperty):
--- 165,169 ----
  
  class information_window(aetools.ComponentItem):
! 	"""information window - An information window (opened by \xd2Get Info\xd3) """
  	want = 'iwnd'
  class current_panel(aetools.NProperty):
***************
*** 220,228 ****
  	want = 'bool'
  class product_version(aetools.NProperty):
! 	"""product version - the version of the product (visible at the top of the –Get Info” window) """
  	which = 'ver2'
  	want = 'itxt'
  class version(aetools.NProperty):
! 	"""version - the version of the file (visible at the bottom of the –Get Info” window) """
  	which = 'vers'
  	want = 'itxt'
--- 220,228 ----
  	want = 'bool'
  class product_version(aetools.NProperty):
! 	"""product version - the version of the product (visible at the top of the \xd2Get Info\xd3 window) """
  	which = 'ver2'
  	want = 'itxt'
  class version(aetools.NProperty):
! 	"""version - the version of the file (visible at the bottom of the \xd2Get Info\xd3 window) """
  	which = 'vers'
  	want = 'itxt'
***************
*** 247,255 ****
  
  class content_space(aetools.ComponentItem):
! 	"""content space - All windows, including the desktop window (–Window” does not include the desktop window) """
  	want = 'dwnd'
  
  content_spaces = content_space
! window._propdict = {
  	'position' : position,
  	'bounds' : bounds,
--- 247,256 ----
  
  class content_space(aetools.ComponentItem):
! 	"""content space - All windows, including the desktop window (\xd2Window\xd3 does not include the desktop window) """
  	want = 'dwnd'
  
  content_spaces = content_space
! window._superclassnames = []
! window._privpropdict = {
  	'position' : position,
  	'bounds' : bounds,
***************
*** 269,275 ****
  	'collapsed' : collapsed,
  }
! window._elemdict = {
  }
! container_window._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'container' : container,
--- 270,277 ----
  	'collapsed' : collapsed,
  }
! window._privelemdict = {
  }
! container_window._superclassnames = ['window']
! container_window._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'container' : container,
***************
*** 291,297 ****
  	'uses_relative_dates' : uses_relative_dates,
  }
! container_window._elemdict = {
  }
! information_window._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'item' : item,
--- 293,300 ----
  	'uses_relative_dates' : uses_relative_dates,
  }
! container_window._privelemdict = {
  }
! information_window._superclassnames = ['window']
! information_window._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'item' : item,
***************
*** 312,337 ****
  	'version' : version,
  }
! information_window._elemdict = {
  }
! view_options_window._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'item' : item,
  }
! view_options_window._elemdict = {
  }
! preferences_window._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'current_panel' : current_panel,
  }
! preferences_window._elemdict = {
  }
! clipping_window._propdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! clipping_window._elemdict = {
  }
! content_space._propdict = {
  }
! content_space._elemdict = {
  }
  
--- 315,344 ----
  	'version' : version,
  }
! information_window._privelemdict = {
  }
! view_options_window._superclassnames = ['window']
! view_options_window._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'item' : item,
  }
! view_options_window._privelemdict = {
  }
! preferences_window._superclassnames = ['window']
! preferences_window._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  	'current_panel' : current_panel,
  }
! preferences_window._privelemdict = {
  }
! clipping_window._superclassnames = ['window']
! clipping_window._privpropdict = {
  	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
! clipping_window._privelemdict = {
  }
! content_space._superclassnames = []
! content_space._privpropdict = {
  }
! content_space._privelemdict = {
  }
  

Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/Finder/__init__.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** __init__.py	23 Apr 2002 21:06:08 -0000	1.3
--- __init__.py	7 Aug 2002 15:53:41 -0000	1.4
***************
*** 1,4 ****
  """
! Package generated from Moes:Systeemmap:Finder
  Resource aete resid 0 
  """
--- 1,4 ----
  """
! Package generated from /Volumes/Sap/System Folder/Finder
  Resource aete resid 0 
  """
***************
*** 59,62 ****
--- 59,445 ----
  from Enumerations import *
  from Obsolete_terms import *
+ def getbaseclasses(v):
+ 	if hasattr(v, '_superclassnames') and not hasattr(v, '_propdict'):
+ 		v._propdict = {}
+ 		v._elemdict = {}
+ 		for superclass in v._superclassnames:
+ 			v._propdict.update(getattr(eval(superclass), '_privpropdict', {}))
+ 			v._elemdict.update(getattr(eval(superclass), '_privelemdict', {}))
+ 		v._propdict.update(v._privpropdict)
+ 		v._elemdict.update(v._privelemdict)
+ 
+ import StdSuites
+ 
+ #
+ # Set property and element dictionaries now that all classes have been defined
+ #
+ getbaseclasses(accessory_suitcase)
+ getbaseclasses(preferences)
+ getbaseclasses(sharable_container)
+ getbaseclasses(application)
+ getbaseclasses(trash_2d_object)
+ getbaseclasses(accessory_process)
+ getbaseclasses(window)
+ getbaseclasses(information_window)
+ getbaseclasses(process)
+ getbaseclasses(application_file)
+ getbaseclasses(internet_location)
+ getbaseclasses(container_window)
+ getbaseclasses(item)
+ getbaseclasses(StdSuites.Type_Names_Suite.small_integer)
+ getbaseclasses(StdSuites.Type_Names_Suite.RGB16_color)
+ getbaseclasses(StdSuites.Type_Names_Suite.system_dictionary)
+ getbaseclasses(StdSuites.Type_Names_Suite.color_table)
+ getbaseclasses(StdSuites.Type_Names_Suite.fixed_point)
+ getbaseclasses(StdSuites.Type_Names_Suite.plain_text)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_element_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.location_reference)
+ getbaseclasses(StdSuites.Type_Names_Suite.version)
+ getbaseclasses(StdSuites.Type_Names_Suite.PostScript_picture)
+ getbaseclasses(StdSuites.Type_Names_Suite.machine_location)
+ getbaseclasses(StdSuites.Type_Names_Suite.menu_item)
+ getbaseclasses(StdSuites.Type_Names_Suite.pixel_map_record)
+ getbaseclasses(StdSuites.Type_Names_Suite.application_dictionary)
+ getbaseclasses(StdSuites.Type_Names_Suite.unsigned_integer)
+ getbaseclasses(StdSuites.Type_Names_Suite.menu)
+ getbaseclasses(StdSuites.Type_Names_Suite.fixed_rectangle)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_fixed_rectangle)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_event_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.small_real)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_suite_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.rotation)
+ getbaseclasses(StdSuites.Type_Names_Suite.fixed)
+ getbaseclasses(StdSuites.Type_Names_Suite.scrap_styles)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_point)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_class_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.TIFF_picture)
+ getbaseclasses(StdSuites.Type_Names_Suite.RGB96_color)
+ getbaseclasses(StdSuites.Type_Names_Suite.dash_style)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_property_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_parameter_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_fixed_point)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_rectangle)
+ getbaseclasses(StdSuites.Type_Names_Suite.extended_real)
+ getbaseclasses(StdSuites.Type_Names_Suite.double_integer)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_fixed)
+ getbaseclasses(StdSuites.Type_Names_Suite.null)
+ getbaseclasses(StdSuites.Type_Names_Suite.target_id)
+ getbaseclasses(StdSuites.Type_Names_Suite.point)
+ getbaseclasses(StdSuites.Type_Names_Suite.bounding_rectangle)
+ getbaseclasses(application)
+ getbaseclasses(special_folders)
+ getbaseclasses(item)
+ getbaseclasses(trash_2d_object)
+ getbaseclasses(desktop_2d_object)
+ getbaseclasses(sharable_container)
+ getbaseclasses(sharing_privileges)
+ getbaseclasses(disk)
+ getbaseclasses(folder)
+ getbaseclasses(container)
+ getbaseclasses(sound_file)
+ getbaseclasses(font_file)
+ getbaseclasses(internet_location_file)
+ getbaseclasses(clipping)
+ getbaseclasses(alias_file)
+ getbaseclasses(desk_accessory_file)
+ getbaseclasses(desk_accessory_suitcase)
+ getbaseclasses(font_suitcase)
+ getbaseclasses(file)
+ getbaseclasses(application_file)
+ getbaseclasses(suitcase)
+ getbaseclasses(document_file)
+ getbaseclasses(package)
+ getbaseclasses(preferences_window)
+ getbaseclasses(view_options_window)
+ getbaseclasses(window)
+ getbaseclasses(container_window)
+ getbaseclasses(content_space)
+ getbaseclasses(information_window)
+ getbaseclasses(clipping_window)
+ getbaseclasses(process)
+ getbaseclasses(desk_accessory_process)
+ getbaseclasses(application_process)
+ getbaseclasses(preferences)
+ getbaseclasses(alias_list)
+ getbaseclasses(icon_family)
+ getbaseclasses(label)
+ getbaseclasses(StdSuites.Type_Names_Suite.small_integer)
+ getbaseclasses(StdSuites.Type_Names_Suite.RGB16_color)
+ getbaseclasses(StdSuites.Type_Names_Suite.system_dictionary)
+ getbaseclasses(StdSuites.Type_Names_Suite.color_table)
+ getbaseclasses(StdSuites.Type_Names_Suite.fixed_point)
+ getbaseclasses(StdSuites.Type_Names_Suite.plain_text)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_element_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.location_reference)
+ getbaseclasses(StdSuites.Type_Names_Suite.version)
+ getbaseclasses(StdSuites.Type_Names_Suite.PostScript_picture)
+ getbaseclasses(StdSuites.Type_Names_Suite.machine_location)
+ getbaseclasses(StdSuites.Type_Names_Suite.menu_item)
+ getbaseclasses(StdSuites.Type_Names_Suite.pixel_map_record)
+ getbaseclasses(StdSuites.Type_Names_Suite.application_dictionary)
+ getbaseclasses(StdSuites.Type_Names_Suite.unsigned_integer)
+ getbaseclasses(StdSuites.Type_Names_Suite.menu)
+ getbaseclasses(StdSuites.Type_Names_Suite.fixed_rectangle)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_fixed_rectangle)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_event_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.small_real)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_suite_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.rotation)
+ getbaseclasses(StdSuites.Type_Names_Suite.fixed)
+ getbaseclasses(StdSuites.Type_Names_Suite.scrap_styles)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_point)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_class_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.TIFF_picture)
+ getbaseclasses(StdSuites.Type_Names_Suite.RGB96_color)
+ getbaseclasses(StdSuites.Type_Names_Suite.dash_style)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_property_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_parameter_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_fixed_point)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_rectangle)
+ getbaseclasses(StdSuites.Type_Names_Suite.extended_real)
+ getbaseclasses(StdSuites.Type_Names_Suite.double_integer)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_fixed)
+ getbaseclasses(StdSuites.Type_Names_Suite.null)
+ getbaseclasses(StdSuites.Type_Names_Suite.target_id)
+ getbaseclasses(StdSuites.Type_Names_Suite.point)
+ getbaseclasses(StdSuites.Type_Names_Suite.bounding_rectangle)
+ getbaseclasses(status_window)
+ getbaseclasses(application)
+ getbaseclasses(sharing_window)
+ getbaseclasses(control_panel)
+ getbaseclasses(process)
+ getbaseclasses(item)
+ getbaseclasses(file)
+ getbaseclasses(sharable_container)
+ getbaseclasses(container_window)
+ getbaseclasses(container)
+ getbaseclasses(information_window)
+ getbaseclasses(StdSuites.Type_Names_Suite.small_integer)
+ getbaseclasses(StdSuites.Type_Names_Suite.RGB16_color)
+ getbaseclasses(StdSuites.Type_Names_Suite.system_dictionary)
+ getbaseclasses(StdSuites.Type_Names_Suite.color_table)
+ getbaseclasses(StdSuites.Type_Names_Suite.fixed_point)
+ getbaseclasses(StdSuites.Type_Names_Suite.plain_text)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_element_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.location_reference)
+ getbaseclasses(StdSuites.Type_Names_Suite.version)
+ getbaseclasses(StdSuites.Type_Names_Suite.PostScript_picture)
+ getbaseclasses(StdSuites.Type_Names_Suite.machine_location)
+ getbaseclasses(StdSuites.Type_Names_Suite.menu_item)
+ getbaseclasses(StdSuites.Type_Names_Suite.pixel_map_record)
+ getbaseclasses(StdSuites.Type_Names_Suite.application_dictionary)
+ getbaseclasses(StdSuites.Type_Names_Suite.unsigned_integer)
+ getbaseclasses(StdSuites.Type_Names_Suite.menu)
+ getbaseclasses(StdSuites.Type_Names_Suite.fixed_rectangle)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_fixed_rectangle)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_event_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.small_real)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_suite_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.rotation)
+ getbaseclasses(StdSuites.Type_Names_Suite.fixed)
+ getbaseclasses(StdSuites.Type_Names_Suite.scrap_styles)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_point)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_class_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.TIFF_picture)
+ getbaseclasses(StdSuites.Type_Names_Suite.RGB96_color)
+ getbaseclasses(StdSuites.Type_Names_Suite.dash_style)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_property_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.type_parameter_info)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_fixed_point)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_rectangle)
+ getbaseclasses(StdSuites.Type_Names_Suite.extended_real)
+ getbaseclasses(StdSuites.Type_Names_Suite.double_integer)
+ getbaseclasses(StdSuites.Type_Names_Suite.long_fixed)
+ getbaseclasses(StdSuites.Type_Names_Suite.null)
+ getbaseclasses(StdSuites.Type_Names_Suite.target_id)
+ getbaseclasses(StdSuites.Type_Names_Suite.point)
+ getbaseclasses(StdSuites.Type_Names_Suite.bounding_rectangle)
+ 
+ #
+ # Indices of types declared in this module
+ #
+ _classdeclarations = {
+ 	'dsut' : accessory_suitcase,
+ 	'cprf' : preferences,
+ 	'sctr' : sharable_container,
+ 	'capp' : application,
+ 	'ctrs' : trash_2d_object,
+ 	'pcda' : accessory_process,
+ 	'cwin' : window,
+ 	'iwnd' : information_window,
+ 	'prcs' : process,
+ 	'appf' : application_file,
+ 	'inlf' : internet_location,
+ 	'cwnd' : container_window,
+ 	'cobj' : item,
+ 	'shor' : StdSuites.Type_Names_Suite.small_integer,
+ 	'tr16' : StdSuites.Type_Names_Suite.RGB16_color,
+ 	'aeut' : StdSuites.Type_Names_Suite.system_dictionary,
+ 	'clrt' : StdSuites.Type_Names_Suite.color_table,
+ 	'fpnt' : StdSuites.Type_Names_Suite.fixed_point,
+ 	'TEXT' : StdSuites.Type_Names_Suite.plain_text,
+ 	'elin' : StdSuites.Type_Names_Suite.type_element_info,
+ 	'insl' : StdSuites.Type_Names_Suite.location_reference,
+ 	'vers' : StdSuites.Type_Names_Suite.version,
+ 	'EPS ' : StdSuites.Type_Names_Suite.PostScript_picture,
+ 	'mLoc' : StdSuites.Type_Names_Suite.machine_location,
+ 	'cmen' : StdSuites.Type_Names_Suite.menu_item,
+ 	'tpmm' : StdSuites.Type_Names_Suite.pixel_map_record,
+ 	'aete' : StdSuites.Type_Names_Suite.application_dictionary,
+ 	'magn' : StdSuites.Type_Names_Suite.unsigned_integer,
+ 	'cmnu' : StdSuites.Type_Names_Suite.menu,
+ 	'frct' : StdSuites.Type_Names_Suite.fixed_rectangle,
+ 	'lfrc' : StdSuites.Type_Names_Suite.long_fixed_rectangle,
+ 	'evin' : StdSuites.Type_Names_Suite.type_event_info,
+ 	'sing' : StdSuites.Type_Names_Suite.small_real,
+ 	'suin' : StdSuites.Type_Names_Suite.type_suite_info,
+ 	'trot' : StdSuites.Type_Names_Suite.rotation,
+ 	'fixd' : StdSuites.Type_Names_Suite.fixed,
+ 	'styl' : StdSuites.Type_Names_Suite.scrap_styles,
+ 	'lpnt' : StdSuites.Type_Names_Suite.long_point,
+ 	'gcli' : StdSuites.Type_Names_Suite.type_class_info,
+ 	'TIFF' : StdSuites.Type_Names_Suite.TIFF_picture,
+ 	'tr96' : StdSuites.Type_Names_Suite.RGB96_color,
+ 	'tdas' : StdSuites.Type_Names_Suite.dash_style,
+ 	'pinf' : StdSuites.Type_Names_Suite.type_property_info,
+ 	'pmin' : StdSuites.Type_Names_Suite.type_parameter_info,
+ 	'lfpt' : StdSuites.Type_Names_Suite.long_fixed_point,
+ 	'lrct' : StdSuites.Type_Names_Suite.long_rectangle,
+ 	'exte' : StdSuites.Type_Names_Suite.extended_real,
+ 	'comp' : StdSuites.Type_Names_Suite.double_integer,
+ 	'lfxd' : StdSuites.Type_Names_Suite.long_fixed,
+ 	'null' : StdSuites.Type_Names_Suite.null,
+ 	'targ' : StdSuites.Type_Names_Suite.target_id,
+ 	'QDpt' : StdSuites.Type_Names_Suite.point,
+ 	'qdrt' : StdSuites.Type_Names_Suite.bounding_rectangle,
+ 	'capp' : application,
+ 	'spfl' : special_folders,
+ 	'cobj' : item,
+ 	'ctrs' : trash_2d_object,
+ 	'cdsk' : desktop_2d_object,
+ 	'sctr' : sharable_container,
+ 	'priv' : sharing_privileges,
+ 	'cdis' : disk,
+ 	'cfol' : folder,
+ 	'ctnr' : container,
+ 	'sndf' : sound_file,
+ 	'fntf' : font_file,
+ 	'inlf' : internet_location_file,
+ 	'clpf' : clipping,
+ 	'alia' : alias_file,
+ 	'dafi' : desk_accessory_file,
+ 	'dsut' : desk_accessory_suitcase,
+ 	'fsut' : font_suitcase,
+ 	'file' : file,
+ 	'appf' : application_file,
+ 	'stcs' : suitcase,
+ 	'docf' : document_file,
+ 	'pack' : package,
+ 	'pwnd' : preferences_window,
+ 	'vwnd' : view_options_window,
+ 	'cwin' : window,
+ 	'cwnd' : container_window,
+ 	'dwnd' : content_space,
+ 	'iwnd' : information_window,
+ 	'lwnd' : clipping_window,
+ 	'prcs' : process,
+ 	'pcda' : desk_accessory_process,
+ 	'pcap' : application_process,
+ 	'cprf' : preferences,
+ 	'alst' : alias_list,
+ 	'ifam' : icon_family,
+ 	'clbl' : label,
+ 	'shor' : StdSuites.Type_Names_Suite.small_integer,
+ 	'tr16' : StdSuites.Type_Names_Suite.RGB16_color,
+ 	'aeut' : StdSuites.Type_Names_Suite.system_dictionary,
+ 	'clrt' : StdSuites.Type_Names_Suite.color_table,
+ 	'fpnt' : StdSuites.Type_Names_Suite.fixed_point,
+ 	'TEXT' : StdSuites.Type_Names_Suite.plain_text,
+ 	'elin' : StdSuites.Type_Names_Suite.type_element_info,
+ 	'insl' : StdSuites.Type_Names_Suite.location_reference,
+ 	'vers' : StdSuites.Type_Names_Suite.version,
+ 	'EPS ' : StdSuites.Type_Names_Suite.PostScript_picture,
+ 	'mLoc' : StdSuites.Type_Names_Suite.machine_location,
+ 	'cmen' : StdSuites.Type_Names_Suite.menu_item,
+ 	'tpmm' : StdSuites.Type_Names_Suite.pixel_map_record,
+ 	'aete' : StdSuites.Type_Names_Suite.application_dictionary,
+ 	'magn' : StdSuites.Type_Names_Suite.unsigned_integer,
+ 	'cmnu' : StdSuites.Type_Names_Suite.menu,
+ 	'frct' : StdSuites.Type_Names_Suite.fixed_rectangle,
+ 	'lfrc' : StdSuites.Type_Names_Suite.long_fixed_rectangle,
+ 	'evin' : StdSuites.Type_Names_Suite.type_event_info,
+ 	'sing' : StdSuites.Type_Names_Suite.small_real,
+ 	'suin' : StdSuites.Type_Names_Suite.type_suite_info,
+ 	'trot' : StdSuites.Type_Names_Suite.rotation,
+ 	'fixd' : StdSuites.Type_Names_Suite.fixed,
+ 	'styl' : StdSuites.Type_Names_Suite.scrap_styles,
+ 	'lpnt' : StdSuites.Type_Names_Suite.long_point,
+ 	'gcli' : StdSuites.Type_Names_Suite.type_class_info,
+ 	'TIFF' : StdSuites.Type_Names_Suite.TIFF_picture,
+ 	'tr96' : StdSuites.Type_Names_Suite.RGB96_color,
+ 	'tdas' : StdSuites.Type_Names_Suite.dash_style,
+ 	'pinf' : StdSuites.Type_Names_Suite.type_property_info,
+ 	'pmin' : StdSuites.Type_Names_Suite.type_parameter_info,
+ 	'lfpt' : StdSuites.Type_Names_Suite.long_fixed_point,
+ 	'lrct' : StdSuites.Type_Names_Suite.long_rectangle,
+ 	'exte' : StdSuites.Type_Names_Suite.extended_real,
+ 	'comp' : StdSuites.Type_Names_Suite.double_integer,
+ 	'lfxd' : StdSuites.Type_Names_Suite.long_fixed,
+ 	'null' : StdSuites.Type_Names_Suite.null,
+ 	'targ' : StdSuites.Type_Names_Suite.target_id,
+ 	'QDpt' : StdSuites.Type_Names_Suite.point,
+ 	'qdrt' : StdSuites.Type_Names_Suite.bounding_rectangle,
+ 	'qwnd' : status_window,
+ 	'capp' : application,
+ 	'swnd' : sharing_window,
+ 	'ccdv' : control_panel,
+ 	'prcs' : process,
+ 	'cobj' : item,
+ 	'file' : file,
+ 	'sctr' : sharable_container,
+ 	'cwnd' : container_window,
+ 	'ctnr' : container,
+ 	'iwnd' : information_window,
+ 	'shor' : StdSuites.Type_Names_Suite.small_integer,
+ 	'tr16' : StdSuites.Type_Names_Suite.RGB16_color,
+ 	'aeut' : StdSuites.Type_Names_Suite.system_dictionary,
+ 	'clrt' : StdSuites.Type_Names_Suite.color_table,
+ 	'fpnt' : StdSuites.Type_Names_Suite.fixed_point,
+ 	'TEXT' : StdSuites.Type_Names_Suite.plain_text,
+ 	'elin' : StdSuites.Type_Names_Suite.type_element_info,
+ 	'insl' : StdSuites.Type_Names_Suite.location_reference,
+ 	'vers' : StdSuites.Type_Names_Suite.version,
+ 	'EPS ' : StdSuites.Type_Names_Suite.PostScript_picture,
+ 	'mLoc' : StdSuites.Type_Names_Suite.machine_location,
+ 	'cmen' : StdSuites.Type_Names_Suite.menu_item,
+ 	'tpmm' : StdSuites.Type_Names_Suite.pixel_map_record,
+ 	'aete' : StdSuites.Type_Names_Suite.application_dictionary,
+ 	'magn' : StdSuites.Type_Names_Suite.unsigned_integer,
+ 	'cmnu' : StdSuites.Type_Names_Suite.menu,
+ 	'frct' : StdSuites.Type_Names_Suite.fixed_rectangle,
+ 	'lfrc' : StdSuites.Type_Names_Suite.long_fixed_rectangle,
+ 	'evin' : StdSuites.Type_Names_Suite.type_event_info,
+ 	'sing' : StdSuites.Type_Names_Suite.small_real,
+ 	'suin' : StdSuites.Type_Names_Suite.type_suite_info,
+ 	'trot' : StdSuites.Type_Names_Suite.rotation,
+ 	'fixd' : StdSuites.Type_Names_Suite.fixed,
+ 	'styl' : StdSuites.Type_Names_Suite.scrap_styles,
+ 	'lpnt' : StdSuites.Type_Names_Suite.long_point,
+ 	'gcli' : StdSuites.Type_Names_Suite.type_class_info,
+ 	'TIFF' : StdSuites.Type_Names_Suite.TIFF_picture,
+ 	'tr96' : StdSuites.Type_Names_Suite.RGB96_color,
+ 	'tdas' : StdSuites.Type_Names_Suite.dash_style,
+ 	'pinf' : StdSuites.Type_Names_Suite.type_property_info,
+ 	'pmin' : StdSuites.Type_Names_Suite.type_parameter_info,
+ 	'lfpt' : StdSuites.Type_Names_Suite.long_fixed_point,
+ 	'lrct' : StdSuites.Type_Names_Suite.long_rectangle,
+ 	'exte' : StdSuites.Type_Names_Suite.extended_real,
+ 	'comp' : StdSuites.Type_Names_Suite.double_integer,
+ 	'lfxd' : StdSuites.Type_Names_Suite.long_fixed,
+ 	'null' : StdSuites.Type_Names_Suite.null,
+ 	'targ' : StdSuites.Type_Names_Suite.target_id,
+ 	'QDpt' : StdSuites.Type_Names_Suite.point,
+ 	'qdrt' : StdSuites.Type_Names_Suite.bounding_rectangle,
+ }
  
  
***************
*** 74,76 ****
--- 457,461 ----
  		aetools.TalkTo):
  	_signature = 'MACS'
+ 
+ 	_moduleName = 'Finder'