Added reop

This commit is contained in:
Jack Jansen 1997-08-19 13:59:59 +00:00
parent 78c3cc4f0c
commit 97de10cacf
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@ extern void initbinascii();
extern void initsoundex();
extern void initoperator();
extern void initerrno();
extern void initreop();
#ifdef THINK
extern void initmacconsole();
#endif
@ -180,6 +181,7 @@ struct _inittab _PyImport_Inittab[] = {
{"soundex", initsoundex},
{"operator", initoperator},
{"errno", initerrno},
{"reop", initreop},
#ifdef THINK_C
/* This is an interface to the Think runtime */
{"macconsole", initmacconsole},