summaryrefslogtreecommitdiffstats
path: root/Tools/modulator/Templates/module_head
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/modulator/Templates/module_head')
-rw-r--r--Tools/modulator/Templates/module_head6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tools/modulator/Templates/module_head b/Tools/modulator/Templates/module_head
index d1fafdc..329b612 100644
--- a/Tools/modulator/Templates/module_head
+++ b/Tools/modulator/Templates/module_head
@@ -1,7 +1,7 @@
-#include "allobjects.h"
-#include "modsupport.h" /* For getargs() etc. */
+#include "Python.h"
+/* #include "modsupport.h" /* For getargs() etc. */
-static object *ErrorObject;
+static PyObject *ErrorObject;
/* ----------------------------------------------------- */