symbian-qemu-0.9.1-12/python-2.6.1/Python/dynload_stub.c
author Gareth Stockwell <gareth.stockwell@accenture.com>
Wed, 22 Sep 2010 17:06:27 +0100
branchgraphics-phase-3
changeset 112 b6c206049d8a
parent 1 2fb8b9db1c86
permissions -rw-r--r--
Copied NVM model library code from default branch


/* 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}
};