home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Python20_source / Tools / modulator / Templates / module_head next >
Encoding:
Text File  |  2000-10-16  |  113 b   |  7 lines

  1.  
  2. #include "Python.h"
  3.  
  4. static PyObject *ErrorObject;
  5.  
  6. /* ----------------------------------------------------- */
  7.