Staging
v0.8.1
Revision 5deb2101df41dc46b8eb8b705ce4cf8454db16c7 authored by Martin v. Löwis on 31 August 2007, 11:17:42 UTC, committed by Martin v. Löwis on 31 August 2007, 11:17:42 UTC
1 parent 90d1fcd
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