import source from 1.3.40
[external/swig.git] / Lib / python / pyruntime.swg
1 %insert(runtime) %{
2 /* Python.h has to appear first */
3 #include <Python.h>
4 %}
5
6 %insert(runtime) "swigrun.swg";         /* SWIG API */
7 %insert(runtime) "swigerrors.swg";      /* SWIG errors */   
8 %insert(runtime) "pyhead.swg";          /* Python includes and fixes */
9 %insert(runtime) "pyerrors.swg";        /* Python errors */
10 %insert(runtime) "pythreads.swg";       /* Python thread code */
11 %insert(runtime) "pyapi.swg";           /* Python API */
12 %insert(runtime) "pyrun.swg";           /* Python run-time code */
13