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

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


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

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

Index: Macintosh_Connectivity_Clas.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/StdSuites/Macintosh_Connectivity_Clas.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Macintosh_Connectivity_Clas.py	2000/08/17 22:14:56	1.1
--- Macintosh_Connectivity_Clas.py	2002/01/22 23:21:33	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
  """
***************
*** 37,41 ****
  	"""address specification - Unique designation of a device or service connected to this computer """
  	want = 'cadr'
- # repeated property properties property that allows getting and setting of multiple properties
  class conduit(aetools.NProperty):
  	"""conduit - How the addressee is physically connected """
--- 37,40 ----
***************
*** 66,70 ****
  	"""AppleTalk address - Addresses a device or service connected via the AppleTalk protocol """
  	want = 'cat '
- # repeated property _3c_inheritance_3e_ inherits some of its properties from this class
  class AppleTalk_machine(aetools.NProperty):
  	"""AppleTalk machine - the machine name part of the address """
--- 65,68 ----
***************
*** 85,90 ****
  	"""bus slot - Addresses a PC, PCI, or NuBus card """
  	want = 'cbus'
- # repeated property _3c_inheritance_3e_ inherits some of its properties from this class
- # repeated property ID the slot number
  
  bus_slots = bus_slot
--- 83,86 ----
***************
*** 93,98 ****
  	"""Ethernet address - Addresses a device by its Ethernet address """
  	want = 'cen '
- # repeated property _3c_inheritance_3e_ inherits some of its properties from this class
- # repeated property ID the Ethernet address
  
  Ethernet_addresses = Ethernet_address
--- 89,92 ----
***************
*** 101,106 ****
  	"""FireWire address - Addresses a device on the FireWire bus """
  	want = 'cfw '
- # repeated property _3c_inheritance_3e_ inherits some of its properties from this class
- # repeated property ID the FireWire device ID
  
  FireWire_addresses = FireWire_address
--- 95,98 ----
***************
*** 109,114 ****
  	"""IP address - Addresses a device or service via the Internet Protocol (IP) """
  	want = 'cip '
- # repeated property _3c_inheritance_3e_ inherits some of its properties from this class
- # repeated property ID the address in the form "127.201.0.1"
  class DNS_form(aetools.NProperty):
  	"""DNS form - the address in the form "apple.com" """
--- 101,104 ----
***************
*** 125,129 ****
  	"""LocalTalk address - Addresses a device by its LocalTalk address """
  	want = 'clt '
- # repeated property _3c_inheritance_3e_ inherits some of its properties from this class
  class network(aetools.NProperty):
  	"""network - the LocalTalk network number """
--- 115,118 ----
***************
*** 144,153 ****
  	"""SCSI address - Addresses a SCSI device """
  	want = 'cscs'
- # repeated property _3c_inheritance_3e_ inherits some of its properties from this class
  class SCSI_bus(aetools.NProperty):
  	"""SCSI bus - the SCSI bus number """
  	which = 'pscb'
  	want = 'shor'
- # repeated property ID the SCSI ID
  class LUN(aetools.NProperty):
  	"""LUN - the SCSI logical unit number """
--- 133,140 ----
***************
*** 160,165 ****
  	"""Token Ring address - Addresses a device or service via the Token Ring protocol """
  	want = 'ctok'
- # repeated property _3c_inheritance_3e_ inherits some of its properties from this class
- # repeated property ID the Token Ring ID
  
  Token_Ring_addresses = Token_Ring_address
--- 147,150 ----
***************
*** 168,172 ****
  	"""USB address - Addresses a device on the Universal Serial Bus """
  	want = 'cusb'
- # repeated property _3c_inheritance_3e_ inherits some of its properties from this class
  class name(aetools.NProperty):
  	"""name - the USB device name """
--- 153,156 ----
***************
*** 333,369 ****
  #
  _classdeclarations = {
! 	'cen ' : Ethernet_address,
! 	'clt ' : LocalTalk_address,
! 	'cip ' : IP_address,
! 	'cusb' : USB_address,
! 	'cadb' : ADB_address,
! 	'cscs' : SCSI_address,
! 	'cbus' : bus_slot,
! 	'cdev' : device_specification,
  	'ctok' : Token_Ring_address,
  	'cfw ' : FireWire_address,
! 	'cadr' : address_specification,
! 	'cat ' : AppleTalk_address,
  }
  
  _propdeclarations = {
! 	'pnod' : node,
! 	'pslu' : LUN,
! 	'patm' : AppleTalk_machine,
! 	'pdva' : device_address,
! 	'pscb' : SCSI_bus,
  	'ppor' : port,
! 	'pALL' : properties,
! 	'ID  ' : ID,
! 	'c@#^' : _3c_inheritance_3e_,
! 	'pdvt' : device_type,
! 	'pnet' : network,
  	'patz' : AppleTalk_zone,
  	'pnam' : name,
! 	'pcon' : conduit,
! 	'pprt' : protocol,
! 	'patt' : AppleTalk_type,
  	'psoc' : socket,
! 	'pdns' : DNS_form,
  }
  
--- 317,353 ----
  #
  _classdeclarations = {
! 	'cat ' : AppleTalk_address,
! 	'cadr' : address_specification,
  	'ctok' : Token_Ring_address,
  	'cfw ' : FireWire_address,
! 	'cbus' : bus_slot,
! 	'cscs' : SCSI_address,
! 	'cadb' : ADB_address,
! 	'cusb' : USB_address,
! 	'cdev' : device_specification,
! 	'clt ' : LocalTalk_address,
! 	'cip ' : IP_address,
! 	'cen ' : Ethernet_address,
  }
  
  _propdeclarations = {
! 	'pdns' : DNS_form,
  	'ppor' : port,
! 	'patt' : AppleTalk_type,
! 	'pprt' : protocol,
! 	'pcon' : conduit,
  	'patz' : AppleTalk_zone,
+ 	'pnet' : network,
+ 	'pdvt' : device_type,
  	'pnam' : name,
! 	'c@#^' : _3c_inheritance_3e_,
! 	'ID  ' : ID,
! 	'pALL' : properties,
! 	'pscb' : SCSI_bus,
! 	'pdva' : device_address,
! 	'patm' : AppleTalk_machine,
  	'psoc' : socket,
! 	'pslu' : LUN,
! 	'pnod' : node,
  }
  
***************
*** 373,377 ****
  _enumdeclarations = {
  	'econ' : _Enum_econ,
- 	'epro' : _Enum_epro,
  	'edvt' : _Enum_edvt,
  }
--- 357,361 ----
  _enumdeclarations = {
  	'econ' : _Enum_econ,
  	'edvt' : _Enum_edvt,
+ 	'epro' : _Enum_epro,
  }