Staging
v0.8.1
Revision 5927786e61c62bd6b28031f5f9b851411cf1cb00 authored by Barry Warsaw on 01 October 2008, 22:05:43 UTC, committed by Barry Warsaw on 01 October 2008, 22:05:43 UTC
1 parent afa1436
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