- Got rid of newmodule.c

- These are the final projects that support classic.
This commit is contained in:
Jack Jansen 2002-06-20 22:56:22 +00:00
parent 0ae0c07661
commit fc7d379a96
4 changed files with 1 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
#define BUILD 124
#define BUILD 144

View File

@ -69,7 +69,6 @@ extern void initfl();
extern void initthread();
extern void inittiming();
extern void initsignal();
extern void initnew();
extern void initdl();
extern void initsyslog();
extern void initgestalt();
@ -199,7 +198,6 @@ struct _inittab _PyImport_Inittab[] = {
{"rgbimg", initrgbimg},
{"md5", initmd5},
{"rotor", initrotor},
{"new", initnew},
{"gestalt", initgestalt},
{"macfs", initmacfs},
{"binascii", initbinascii},