Fix an accidental bug of an non-existent init function.

This commit is contained in:
Brett Cannon 2008-04-13 00:25:15 +00:00
parent 40f0a87666
commit 76ca13ca2a
1 changed files with 0 additions and 2 deletions

View File

@ -160,8 +160,6 @@ struct _inittab _PyImport_Inittab[] = {
{"__builtin__", NULL}, {"__builtin__", NULL},
{"sys", NULL}, {"sys", NULL},
{"exceptions", NULL}, {"exceptions", NULL},
{"_types", init_types},
{"_warnings", _PyWarnings_Init}, {"_warnings", _PyWarnings_Init},
/* Sentinel */ /* Sentinel */