mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	
		
			
	
	
		
			56 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
		
		
			
		
	
	
			56 lines
		
	
	
	
		
			1.2 KiB
		
	
	
	
		
			Python
		
	
	
	
	
	
|   | """
 | |||
|  | Package generated from Macintosh HD:Internet:Internet-programma's:Netscape Communicator<6F>-map:Netscape Communicator<6F> | |||
|  | Resource aete resid 0  | |||
|  | """
 | |||
|  | import aetools | |||
|  | import Required_suite | |||
|  | import Standard_Suite | |||
|  | import Standard_URL_suite | |||
|  | import WorldWideWeb_suite | |||
|  | import Mozilla_suite | |||
|  | import PowerPlant | |||
|  | import Text | |||
|  | 
 | |||
|  | 
 | |||
|  | _code_to_module = { | |||
|  | 	'reqd' : Required_suite, | |||
|  | 	'CoRe' : Standard_Suite, | |||
|  | 	'GURL' : Standard_URL_suite, | |||
|  | 	'WWW!' : WorldWideWeb_suite, | |||
|  | 	'MOSS' : Mozilla_suite, | |||
|  | 	'ppnt' : PowerPlant, | |||
|  | 	'TEXT' : Text, | |||
|  | } | |||
|  | 
 | |||
|  | 
 | |||
|  | 
 | |||
|  | _code_to_fullname = { | |||
|  | 	'reqd' : 'Netscape.Required_suite', | |||
|  | 	'CoRe' : 'Netscape.Standard_Suite', | |||
|  | 	'GURL' : 'Netscape.Standard_URL_suite', | |||
|  | 	'WWW!' : 'Netscape.WorldWideWeb_suite', | |||
|  | 	'MOSS' : 'Netscape.Mozilla_suite', | |||
|  | 	'ppnt' : 'Netscape.PowerPlant', | |||
|  | 	'TEXT' : 'Netscape.Text', | |||
|  | } | |||
|  | 
 | |||
|  | from Required_suite import * | |||
|  | from Standard_Suite import * | |||
|  | from Standard_URL_suite import * | |||
|  | from WorldWideWeb_suite import * | |||
|  | from Mozilla_suite import * | |||
|  | from PowerPlant import * | |||
|  | from Text import * | |||
|  | 
 | |||
|  | 
 | |||
|  | class Netscape(Required_suite_Events, | |||
|  | 	Standard_Suite_Events, | |||
|  | 	Standard_URL_suite_Events, | |||
|  | 	WorldWideWeb_suite_Events, | |||
|  | 	Mozilla_suite_Events, | |||
|  | 	PowerPlant_Events, | |||
|  | 	Text_Events, | |||
|  | 	aetools.TalkTo): | |||
|  | 	_signature = 'MOSS' | |||
|  | 
 |