Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21b5d60

Browse files
committed
Moved suites to their own folder
1 parent e2ed9df commit 21b5d60

16 files changed

Lines changed: 6267 additions & 2066 deletions
Lines changed: 773 additions & 224 deletions
Large diffs are not rendered by default.

Mac/Lib/scripting/CodeWarrior_Standard_Suite.py

Lines changed: 423 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
"""Suite 7.0 Finder Suite: This is the original Finder suite. These events will be supported in the future, but the syntax may be changed in a future Finder release.
22
Level 1, version 1
33
4-
Generated from flap:Systeemmap:Finder
4+
Generated from flap:System Folder:Finder
55
AETE/AEUT resource version 0/149, language 0, script 0
66
"""
7+
# XXXX Hand edited to change the classname
78

89
import aetools
910
import MacOS
@@ -308,3 +309,18 @@ def select(self, _object, _attributes={}, **_arguments):
308309
if _arguments.has_key('----'):
309310
return _arguments['----']
310311

312+
313+
#
314+
# Indices of types declared in this module
315+
#
316+
_classdeclarations = {
317+
}
318+
319+
_propdeclarations = {
320+
}
321+
322+
_compdeclarations = {
323+
}
324+
325+
_enumdeclarations = {
326+
}

0 commit comments

Comments
 (0)