diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2003-03-29 00:13:17 (GMT) |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-03-29 00:13:17 (GMT) |
| commit | 694570efcfce29878b5984a1861772791a1a3602 (patch) | |
| tree | df80eab44ef579465d10a85c6bcc26cf08378528 /Lib/plat-mac/lib-scriptpackages/Terminal/Invisible_Suite.py | |
| parent | 0fc192a9cde0482ed5f56ea37ecda218740fe41f (diff) | |
| download | cpython-694570efcfce29878b5984a1861772791a1a3602.zip cpython-694570efcfce29878b5984a1861772791a1a3602.tar.gz cpython-694570efcfce29878b5984a1861772791a1a3602.tar.bz2 | |
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/Terminal/Invisible_Suite.py')
| -rw-r--r-- | Lib/plat-mac/lib-scriptpackages/Terminal/Invisible_Suite.py | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/Lib/plat-mac/lib-scriptpackages/Terminal/Invisible_Suite.py b/Lib/plat-mac/lib-scriptpackages/Terminal/Invisible_Suite.py deleted file mode 100644 index 2a311c5..0000000 --- a/Lib/plat-mac/lib-scriptpackages/Terminal/Invisible_Suite.py +++ /dev/null @@ -1,48 +0,0 @@ -"""Suite Invisible Suite: Terms and Events for controlling the application -Level 1, version 1 - -Generated from /Applications/Utilities/Terminal.app/Contents/Resources/Terminal.rsrc -AETE/AEUT resource version 1/0, language 0, script 0 -""" - -import aetools -import MacOS - -_code = 'tpnm' - -from StdSuites.Type_Names_Suite import * -class Invisible_Suite_Events(Type_Names_Suite_Events): - - pass - - -class application(aetools.ComponentItem): - """application - The application """ - want = 'capp' -class properties(aetools.NProperty): - """properties - every property of the application """ - which = 'pALL' - want = 'reco' -application._superclassnames = [] -application._privpropdict = { - 'properties' : properties, -} -application._privelemdict = { -} - -# -# Indices of types declared in this module -# -_classdeclarations = { - 'capp' : application, -} - -_propdeclarations = { - 'pALL' : properties, -} - -_compdeclarations = { -} - -_enumdeclarations = { -} |
