mirror of https://github.com/python/cpython
tabify
This commit is contained in:
parent
0c5ca57369
commit
fbb388b39b
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue