removed all references to modsupport.h

This commit is contained in:
Guido van Rossum 1995-06-20 18:45:39 +00:00
parent 303c179b92
commit 98590187d5

View file

@ -1,6 +1,5 @@
#include "Python.h"
/* #include "modsupport.h" /* For getargs() etc. */
static PyObject *ErrorObject;