Nuked another reference to newmodule.c.
This commit is contained in:
parent
0add0e86c7
commit
0444302710
|
@ -61,7 +61,6 @@ struct _inittab _PyImport_Inittab[] = {
|
||||||
// {"imageop", initimageop},
|
// {"imageop", initimageop},
|
||||||
{"math", initmath},
|
{"math", initmath},
|
||||||
{"md5", initmd5},
|
{"md5", initmd5},
|
||||||
{"new", initnew},
|
|
||||||
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__)
|
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__)
|
||||||
{"nt", initnt}, /* Use the NT os functions, not posix */
|
{"nt", initnt}, /* Use the NT os functions, not posix */
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue