mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Regenerated (from resource files) with sorting version of gensuitemodule.
This is a first step towards regenerating the modules with newer, MacOSX, versions of these programs, and using the programmatic interface to get at the terminology in stead of poking in resource files.
This commit is contained in:
parent
03b9c91aff
commit
7377bec6ae
29 changed files with 3699 additions and 3703 deletions
|
@ -4,40 +4,40 @@ Resource aete resid 0
|
|||
"""
|
||||
import aetools
|
||||
Error = aetools.Error
|
||||
import Required_Suite
|
||||
import Standard_Suite
|
||||
import Web_Browser_Suite
|
||||
import URL_Suite
|
||||
import Microsoft_Internet_Explorer
|
||||
import Netscape_Suite
|
||||
import Microsoft_Internet_Explorer
|
||||
import Web_Browser_Suite
|
||||
import Required_Suite
|
||||
|
||||
|
||||
_code_to_module = {
|
||||
'reqd' : Required_Suite,
|
||||
'****' : Standard_Suite,
|
||||
'WWW!' : Web_Browser_Suite,
|
||||
'GURL' : URL_Suite,
|
||||
'MSIE' : Microsoft_Internet_Explorer,
|
||||
'MOSS' : Netscape_Suite,
|
||||
'MSIE' : Microsoft_Internet_Explorer,
|
||||
'WWW!' : Web_Browser_Suite,
|
||||
'reqd' : Required_Suite,
|
||||
}
|
||||
|
||||
|
||||
|
||||
_code_to_fullname = {
|
||||
'reqd' : ('Explorer.Required_Suite', 'Required_Suite'),
|
||||
'****' : ('Explorer.Standard_Suite', 'Standard_Suite'),
|
||||
'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'),
|
||||
'MSIE' : ('Explorer.Microsoft_Internet_Explorer', 'Microsoft_Internet_Explorer'),
|
||||
'WWW!' : ('Explorer.Web_Browser_Suite', 'Web_Browser_Suite'),
|
||||
'reqd' : ('Explorer.Required_Suite', 'Required_Suite'),
|
||||
}
|
||||
|
||||
from Required_Suite import *
|
||||
from Standard_Suite import *
|
||||
from Web_Browser_Suite import *
|
||||
from URL_Suite import *
|
||||
from Microsoft_Internet_Explorer import *
|
||||
from Netscape_Suite import *
|
||||
from Microsoft_Internet_Explorer import *
|
||||
from Web_Browser_Suite import *
|
||||
from Required_Suite import *
|
||||
|
||||
def getbaseclasses(v):
|
||||
if not getattr(v, '_propdict', None):
|
||||
|
@ -66,12 +66,12 @@ _classdeclarations = {
|
|||
}
|
||||
|
||||
|
||||
class Explorer(Required_Suite_Events,
|
||||
Standard_Suite_Events,
|
||||
Web_Browser_Suite_Events,
|
||||
class Explorer(Standard_Suite_Events,
|
||||
URL_Suite_Events,
|
||||
Microsoft_Internet_Explorer_Events,
|
||||
Netscape_Suite_Events,
|
||||
Microsoft_Internet_Explorer_Events,
|
||||
Web_Browser_Suite_Events,
|
||||
Required_Suite_Events,
|
||||
aetools.TalkTo):
|
||||
_signature = 'MSIE'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue