mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Added a package for the other browser too.
This commit is contained in:
parent
9ebf2d2ca4
commit
e743c6e27e
6 changed files with 964 additions and 0 deletions
45
Mac/Lib/lib-scriptpackages/Explorer/__init__.py
Normal file
45
Mac/Lib/lib-scriptpackages/Explorer/__init__.py
Normal file
|
@ -0,0 +1,45 @@
|
|||
"""
|
||||
Package generated from Macintosh HD:Internet:Internet-programma's:Internet Explorer 4.5-map:Internet Explorer 4.5
|
||||
Resource aete resid 0
|
||||
"""
|
||||
import aetools
|
||||
import Web_Browser_Suite
|
||||
import URL_Suite
|
||||
import Microsoft_Internet_Explorer
|
||||
import Netscape_Suite
|
||||
import Required_Suite
|
||||
|
||||
|
||||
_code_to_module = {
|
||||
'WWW!' : Web_Browser_Suite,
|
||||
'GURL' : URL_Suite,
|
||||
'MSIE' : Microsoft_Internet_Explorer,
|
||||
'MOSS' : Netscape_Suite,
|
||||
'reqd' : Required_Suite,
|
||||
}
|
||||
|
||||
|
||||
|
||||
_code_to_fullname = {
|
||||
'WWW!' : ('Explorer.Web_Browser_Suite', 'Web_Browser_Suite'),
|
||||
'GURL' : ('Explorer.URL_Suite', 'URL_Suite'),
|
||||
'MSIE' : ('Explorer.Microsoft_Internet_Explorer', 'Microsoft_Internet_Explorer'),
|
||||
'MOSS' : ('Explorer.Netscape_Suite', 'Netscape_Suite'),
|
||||
'reqd' : ('Explorer.Required_Suite', 'Required_Suite'),
|
||||
}
|
||||
|
||||
from Web_Browser_Suite import *
|
||||
from URL_Suite import *
|
||||
from Microsoft_Internet_Explorer import *
|
||||
from Netscape_Suite import *
|
||||
from Required_Suite import *
|
||||
|
||||
|
||||
class Explorer(Web_Browser_Suite_Events,
|
||||
URL_Suite_Events,
|
||||
Microsoft_Internet_Explorer_Events,
|
||||
Netscape_Suite_Events,
|
||||
Required_Suite_Events,
|
||||
aetools.TalkTo):
|
||||
_signature = 'MSIE'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue