blob: 59160483caa448bc9f2cba9d59b86ba8a8500ad1 [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
Brett Cannon2657df42012-05-04 15:20:40 -04009const char *_PyImport_DynLoadFiletab[] = {NULL};