File: __init__.py

package info (click to toggle)
python2.1 2.1.3-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 33,848 kB
  • ctags: 64,354
  • sloc: python: 186,805; ansic: 184,797; xml: 43,435; sh: 3,875; makefile: 3,118; perl: 3,108; lisp: 2,460; cpp: 106; sed: 2
file content (45 lines) | stat: -rw-r--r-- 1,129 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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'