summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/module_head
blob: 329b6125886ff29f38ae24ef212946fecb821143 (plain)
1
2
3
4
5
6
7

#include "Python.h"
/* #include "modsupport.h"		/* For getargs() etc. */

static PyObject *ErrorObject;

/* ----------------------------------------------------- */