Nuked another reference to newmodule.c.

This commit is contained in:
Tim Peters 2002-06-16 01:37:36 +00:00
parent 0add0e86c7
commit 0444302710
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@ struct _inittab _PyImport_Inittab[] = {
// {"imageop", initimageop},
{"math", initmath},
{"md5", initmd5},
{"new", initnew},
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__)
{"nt", initnt}, /* Use the NT os functions, not posix */
#else