This commit is contained in:
Benjamin Peterson 2008-09-18 23:20:28 +00:00
parent 0c5ca57369
commit fbb388b39b
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ struct _inittab _PyImport_Inittab[] = {
/* This lives in gcmodule.c */
{"gc", initgc},
/* This lives in _warnings.c */
{"_warnings", _PyWarnings_Init},
/* This lives in _warnings.c */
{"_warnings", _PyWarnings_Init},
/* Sentinel */
{0, 0}