mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
added Res module
This commit is contained in:
parent
b340466af9
commit
d8373d82fe
1 changed files with 2 additions and 0 deletions
|
@ -268,6 +268,7 @@ extern void initmacspeech();
|
|||
extern void initmacdnr();
|
||||
extern void initmactcp();
|
||||
extern void initAE();
|
||||
extern void initRes();
|
||||
|
||||
/* -- ADDMODULE MARKER 1 -- */
|
||||
|
||||
|
@ -311,6 +312,7 @@ struct {
|
|||
#ifdef THINK_C
|
||||
/* This is really "Guido van Rossum" specific... :-) */
|
||||
{"AE", initAE},
|
||||
{"Res", initRes},
|
||||
#endif
|
||||
|
||||
/* -- ADDMODULE MARKER 2 -- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue