Bump version to 0.9.1.
[python/dscho.git] / Python / dynload_stub.c
blob978cc84af5f91b6b78ee01cfd7e9626c9f0558f6
1 /***********************************************************
2 Copyright (c) 2000, BeOpen.com.
3 Copyright (c) 1995-2000, Corporation for National Research Initiatives.
4 Copyright (c) 1990-1995, Stichting Mathematisch Centrum.
5 All rights reserved.
7 See the file "Misc/COPYRIGHT" for information on usage and
8 redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
9 ******************************************************************/
11 /* This module provides the necessary stubs for when dynamic loading is
12 not present. */
14 #include "Python.h"
15 #include "importdl.h"
18 const struct filedescr _PyImport_DynLoadFiletab[] = {
19 {0, 0}