Fix three PyChecker-detected gotchas.
[python/dscho.git] / Mac / Contrib / osam / OSAm.h
blob2fd046997ac502df29dd7a87f32f93cc71aced37
1 /*
3 * This is a simple module to allow the
4 * user to compile and execute an applescript
5 * which is passed in as a text item.
7 * Sean Hummel <seanh@prognet.com>
8 * 1/20/98
9 * RealNetworks
11 * Jay Painter <jpaint@serv.net> <jpaint@gimp.org> <jpaint@real.com>
16 #pragma once
19 /* Python API */
20 #include "Python.h"
21 #include "macglue.h"
24 /* Macintosh API */
25 #include <Types.h>
26 #include <AppleEvents.h>
27 #include <Processes.h>
28 #include <Files.h>
29 #include <Gestalt.h>
30 #include <Events.h>