mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
tabify
This commit is contained in:
parent
0c5ca57369
commit
fbb388b39b
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue