]> granicus.if.org Git - python/commit
Adding an interface to the high-level Open Scripting Architecture,
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 3 Dec 2003 22:34:19 +0000 (22:34 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 3 Dec 2003 22:34:19 +0000 (22:34 +0000)
commitfe3fe4adb5c7a72bfec3c5b7b8ec5e42d8ccc625
tree78b64ad4523e884ed7e33ad0df90e16696f003ed
parent8850c8785f9b61e9d2b4803a0249d0ae20d932fd
Adding an interface to the high-level Open Scripting Architecture,
by request of Donovan Preston. In return, he promised to use this
to create a Python OSA component, which would turn Python
into a first-class OSA scripting language (like AppleScript itself).
Lib/plat-mac/Carbon/OSAconst.py [new file with mode: 0644]
Lib/plat-mac/Carbon/WASTEconst.py
Mac/Modules/osa/_OSAmodule.c [new file with mode: 0644]
Mac/Modules/osa/osascan.py [new file with mode: 0644]
Mac/Modules/osa/osasupport.py [new file with mode: 0644]
setup.py