Staging
v0.8.1
Revision b5a701b23f7e271709ba8fe0f4de42843dd06a5b authored by Neal Norwitz on 29 July 2006, 20:37:08 UTC, committed by Neal Norwitz on 29 July 2006, 20:37:08 UTC
1 parent a650fb3
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