Staging
v0.8.1
Revision d78cec5f39646f62384558fb85725427559426dc authored by Benjamin Peterson on 05 December 2009, 17:47:56 UTC, committed by Benjamin Peterson on 05 December 2009, 17:47:56 UTC
1 parent 3b94c0b
Raw File
dynload_stub.c

/* This module provides the necessary stubs for when dynamic loading is
   not present. */

#include "Python.h"
#include "importdl.h"


const struct filedescr _PyImport_DynLoadFiletab[] = {
	{0, 0}
};
back to top