diff options
Diffstat (limited to 'PC')
-rw-r--r-- | PC/config.c | 1 | ||||
-rw-r--r-- | PC/os2emx/config.c | 1 | ||||
-rw-r--r-- | PC/os2vacpp/config.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/PC/config.c b/PC/config.c index 2d2141d..57b5073 100644 --- a/PC/config.c +++ b/PC/config.c @@ -146,7 +146,6 @@ struct _inittab _PyImport_Inittab[] = { {"_imp", PyInit_imp}, /* These entries are here for sys.builtin_module_names */ - {"__main__", NULL}, {"builtins", NULL}, {"sys", NULL}, {"_warnings", _PyWarnings_Init}, diff --git a/PC/os2emx/config.c b/PC/os2emx/config.c index 76c7ec6..5879110 100644 --- a/PC/os2emx/config.c +++ b/PC/os2emx/config.c @@ -153,7 +153,6 @@ struct _inittab _PyImport_Inittab[] = { {"_imp", initimp}, /* These entries are here for sys.builtin_module_names */ - {"__main__", NULL}, {"builtins", NULL}, {"sys", NULL}, diff --git a/PC/os2vacpp/config.c b/PC/os2vacpp/config.c index 065343e..b26b521 100644 --- a/PC/os2vacpp/config.c +++ b/PC/os2vacpp/config.c @@ -91,7 +91,6 @@ struct _inittab _PyImport_Inittab[] = { {"_imp", initimp}, /* These entries are here for sys.builtin_module_names */ - {"__main__", NULL}, {"builtins", NULL}, {"sys", NULL}, |