home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Python20_source / Python / dynload_stub.c < prev    next >
Encoding:
C/C++ Source or Header  |  2000-10-25  |  202 b   |  12 lines

  1.  
  2. /* This module provides the necessary stubs for when dynamic loading is
  3.    not present. */
  4.  
  5. #include "Python.h"
  6. #include "importdl.h"
  7.  
  8.  
  9. const struct filedescr _PyImport_DynLoadFiletab[] = {
  10.     {0, 0}
  11. };
  12.