Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57bd2ba

Browse files
committed
Merged revisions 81602 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r81602 | mark.dickinson | 2010-05-29 22:00:52 +0100 (Sat, 29 May 2010) | 1 line Untabify Modules/config.c.in. ........
1 parent a119393 commit 57bd2ba

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

Modules/config.c.in

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,28 @@ struct _inittab _PyImport_Inittab[] = {
3434

3535
/* -- ADDMODULE MARKER 2 -- */
3636

37-
/* This module lives in marshal.c */
38-
{"marshal", PyMarshal_Init},
37+
/* This module lives in marshal.c */
38+
{"marshal", PyMarshal_Init},
3939

40-
/* This lives in import.c */
41-
{"imp", PyInit_imp},
40+
/* This lives in import.c */
41+
{"imp", PyInit_imp},
4242

43-
/* This lives in Python/Python-ast.c */
44-
{"_ast", PyInit__ast},
43+
/* This lives in Python/Python-ast.c */
44+
{"_ast", PyInit__ast},
4545

46-
/* These entries are here for sys.builtin_module_names */
47-
{"__main__", NULL},
48-
{"builtins", NULL},
49-
{"sys", NULL},
46+
/* These entries are here for sys.builtin_module_names */
47+
{"__main__", NULL},
48+
{"builtins", NULL},
49+
{"sys", NULL},
5050

51-
/* This lives in gcmodule.c */
52-
{"gc", PyInit_gc},
51+
/* This lives in gcmodule.c */
52+
{"gc", PyInit_gc},
5353

54-
/* This lives in _warnings.c */
55-
{"_warnings", _PyWarnings_Init},
54+
/* This lives in _warnings.c */
55+
{"_warnings", _PyWarnings_Init},
5656

57-
/* Sentinel */
58-
{0, 0}
57+
/* Sentinel */
58+
{0, 0}
5959
};
6060

6161

0 commit comments

Comments
 (0)