source:
vendor/python/2.5/Python/dynload_stub.c
Last change on this file was 3225, checked in by , 18 years ago | |
---|---|
File size: 202 bytes |
Line | |
---|---|
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 | }; |
Note:
See TracBrowser
for help on using the repository browser.