mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Package with suites for talking to netscape.
This commit is contained in:
parent
ff792c2688
commit
47ff247e4b
8 changed files with 1362 additions and 0 deletions
55
Mac/Lib/lib-scriptpackages/Netscape/__init__.py
Normal file
55
Mac/Lib/lib-scriptpackages/Netscape/__init__.py
Normal file
|
@ -0,0 +1,55 @@
|
|||
"""
|
||||
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'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue