Guido van Rossum | 22a1d36 | 1999-12-20 21:18:49 +0000 | [diff] [blame] | 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 | |||||
Brett Cannon | 2657df4 | 2012-05-04 15:20:40 -0400 | [diff] [blame] | 9 | const char *_PyImport_DynLoadFiletab[] = {NULL}; |