symbian-qemu-0.9.1-12/python-2.6.1/Python/dynload_stub.c
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 
       
     2 /* This module provides the necessary stubs for when dynamic loading is
       
     3    not present. */
       
     4 
       
     5 #include "Python.h"
       
     6 #include "importdl.h"
       
     7 
       
     8 
       
     9 const struct filedescr _PyImport_DynLoadFiletab[] = {
       
    10 	{0, 0}
       
    11 };