Staging
v0.8.1
Revision a58a626092151ed73e2e0382ff63bd0c7dca4a14 authored by Benjamin Peterson on 07 March 2009, 16:34:40 UTC, committed by Benjamin Peterson on 07 March 2009, 16:34:40 UTC
1 parent ee456de
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