2000-08-17 19:14:57 -03:00
|
|
|
"""Suite Required Suite: Every application supports open, print, run, and quit
|
|
|
|
Level 1, version 1
|
|
|
|
|
2003-06-13 11:31:19 -03:00
|
|
|
Generated from /Volumes/Sap/System Folder/Extensions/AppleScript
|
2000-08-17 19:14:57 -03:00
|
|
|
AETE/AEUT resource version 1/0, language 0, script 0
|
|
|
|
"""
|
|
|
|
|
|
|
|
import aetools
|
|
|
|
import MacOS
|
|
|
|
|
|
|
|
_code = 'reqd'
|
|
|
|
|
2002-01-22 19:22:32 -04:00
|
|
|
from _builtinSuites.builtin_Suite import *
|
|
|
|
class Required_Suite_Events(builtin_Suite_Events):
|
2000-08-17 19:14:57 -03:00
|
|
|
|
2003-04-12 19:27:11 -03:00
|
|
|
pass
|
2000-08-17 19:14:57 -03:00
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# Indices of types declared in this module
|
|
|
|
#
|
|
|
|
_classdeclarations = {
|
|
|
|
}
|
2003-04-12 19:27:11 -03:00
|
|
|
|
|
|
|
_propdeclarations = {
|
|
|
|
}
|
|
|
|
|
|
|
|
_compdeclarations = {
|
|
|
|
}
|
|
|
|
|
|
|
|
_enumdeclarations = {
|
|
|
|
}
|