blob: 69f8b450b3aecc4ef7e82bd2f6f488226b22c2d0 [file] [log] [blame]
Guido van Rossum22a1d361999-12-20 21:18:49 +00001
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
9const struct filedescr _PyImport_DynLoadFiletab[] = {
10 {0, 0}
11};