Staging
v0.8.1
Revision 9b90f7af492e0e4b5b3011c9b5e6207d4cdf0f8c authored by Marc-André Lemburg on 05 May 2010, 13:30:01 UTC, committed by Marc-André Lemburg on 05 May 2010, 13:30:01 UTC
1 parent 926fd4e
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