diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2003-03-29 00:13:17 +0000 |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-03-29 00:13:17 +0000 |
commit | 694570efcfce29878b5984a1861772791a1a3602 (patch) | |
tree | df80eab44ef579465d10a85c6bcc26cf08378528 /Lib/plat-mac/lib-scriptpackages/Explorer | |
parent | 0fc192a9cde0482ed5f56ea37ecda218740fe41f (diff) | |
download | cpython-694570efcfce29878b5984a1861772791a1a3602.tar.gz cpython-694570efcfce29878b5984a1861772791a1a3602.zip |
Regenerated with the new way to get terminology (through AppleEvents),
which sometimes seems to result in different terminology. It does
seem to be mostly compatible, though.
Diffstat (limited to 'Lib/plat-mac/lib-scriptpackages/Explorer')
7 files changed, 7 insertions, 8 deletions
diff --git a/Lib/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py b/Lib/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py index 3488abb2135..9ee16910166 100644 --- a/Lib/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py +++ b/Lib/plat-mac/lib-scriptpackages/Explorer/Microsoft_Internet_Explorer.py @@ -1,7 +1,7 @@ """Suite Microsoft Internet Explorer Suite: Events defined by Internet Explorer Level 1, version 1 -Generated from /Volumes/Moes/Applications (Mac OS 9)/Internet Explorer 5/Internet Explorer +Generated from /Applications/Internet Explorer.app AETE/AEUT resource version 1/0, language 0, script 0 """ diff --git a/Lib/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py b/Lib/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py index 1062cd10f58..45b11c627dd 100644 --- a/Lib/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py +++ b/Lib/plat-mac/lib-scriptpackages/Explorer/Netscape_Suite.py @@ -1,7 +1,7 @@ """Suite Netscape Suite: Events defined by Netscape Level 1, version 1 -Generated from /Volumes/Moes/Applications (Mac OS 9)/Internet Explorer 5/Internet Explorer +Generated from /Applications/Internet Explorer.app AETE/AEUT resource version 1/0, language 0, script 0 """ diff --git a/Lib/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py b/Lib/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py index 0d15049a1be..83f185154ac 100644 --- a/Lib/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py +++ b/Lib/plat-mac/lib-scriptpackages/Explorer/Required_Suite.py @@ -1,7 +1,7 @@ """Suite Required Suite: Events that every application should support Level 1, version 1 -Generated from /Volumes/Moes/Applications (Mac OS 9)/Internet Explorer 5/Internet Explorer +Generated from /Applications/Internet Explorer.app AETE/AEUT resource version 1/0, language 0, script 0 """ diff --git a/Lib/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py b/Lib/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py index 7c275d3bbb7..9dee0e93901 100644 --- a/Lib/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py +++ b/Lib/plat-mac/lib-scriptpackages/Explorer/Standard_Suite.py @@ -1,7 +1,7 @@ """Suite Standard Suite: Common terms for most applications Level 1, version 1 -Generated from /Volumes/Moes/Applications (Mac OS 9)/Internet Explorer 5/Internet Explorer +Generated from /Applications/Internet Explorer.app AETE/AEUT resource version 1/0, language 0, script 0 """ diff --git a/Lib/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py b/Lib/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py index 76352709580..c3e8c4439a1 100644 --- a/Lib/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py +++ b/Lib/plat-mac/lib-scriptpackages/Explorer/URL_Suite.py @@ -1,7 +1,7 @@ """Suite URL Suite: Standard suite for Uniform Resource Locators Level 1, version 1 -Generated from /Volumes/Moes/Applications (Mac OS 9)/Internet Explorer 5/Internet Explorer +Generated from /Applications/Internet Explorer.app AETE/AEUT resource version 1/0, language 0, script 0 """ diff --git a/Lib/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py b/Lib/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py index 9392e08e31e..d4241b40132 100644 --- a/Lib/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py +++ b/Lib/plat-mac/lib-scriptpackages/Explorer/Web_Browser_Suite.py @@ -1,7 +1,7 @@ """Suite Web Browser Suite: Class of events supported by Web Browser applications Level 1, version 1 -Generated from /Volumes/Moes/Applications (Mac OS 9)/Internet Explorer 5/Internet Explorer +Generated from /Applications/Internet Explorer.app AETE/AEUT resource version 1/0, language 0, script 0 """ diff --git a/Lib/plat-mac/lib-scriptpackages/Explorer/__init__.py b/Lib/plat-mac/lib-scriptpackages/Explorer/__init__.py index ed805e229c2..3fac0f828f2 100644 --- a/Lib/plat-mac/lib-scriptpackages/Explorer/__init__.py +++ b/Lib/plat-mac/lib-scriptpackages/Explorer/__init__.py @@ -1,6 +1,5 @@ """ -Package generated from /Volumes/Moes/Applications (Mac OS 9)/Internet Explorer 5/Internet Explorer -Resource aete resid 0 +Package generated from /Applications/Internet Explorer.app """ import aetools Error = aetools.Error |