the usual (part II)
[python/dscho.git] / Mac / Lib / lib-scriptpackages / Explorer / __init__.py
blob2a49f2e2dd0ff16825d88f9b1c3edd1fcf4a731e
1 """
2 Package generated from Macintosh HD:Internet:Internet-programma's:Internet Explorer 4.5-map:Internet Explorer 4.5
3 Resource aete resid 0
4 """
5 import aetools
6 import Web_Browser_Suite
7 import URL_Suite
8 import Microsoft_Internet_Explorer
9 import Netscape_Suite
10 import Required_Suite
13 _code_to_module = {
14 'WWW!' : Web_Browser_Suite,
15 'GURL' : URL_Suite,
16 'MSIE' : Microsoft_Internet_Explorer,
17 'MOSS' : Netscape_Suite,
18 'reqd' : Required_Suite,
23 _code_to_fullname = {
24 'WWW!' : ('Explorer.Web_Browser_Suite', 'Web_Browser_Suite'),
25 'GURL' : ('Explorer.URL_Suite', 'URL_Suite'),
26 'MSIE' : ('Explorer.Microsoft_Internet_Explorer', 'Microsoft_Internet_Explorer'),
27 'MOSS' : ('Explorer.Netscape_Suite', 'Netscape_Suite'),
28 'reqd' : ('Explorer.Required_Suite', 'Required_Suite'),
31 from Web_Browser_Suite import *
32 from URL_Suite import *
33 from Microsoft_Internet_Explorer import *
34 from Netscape_Suite import *
35 from Required_Suite import *
38 class Explorer(Web_Browser_Suite_Events,
39 URL_Suite_Events,
40 Microsoft_Internet_Explorer_Events,
41 Netscape_Suite_Events,
42 Required_Suite_Events,
43 aetools.TalkTo):
44 _signature = 'MSIE'