diff options
Diffstat (limited to 'PC/os2emx/config.c')
-rw-r--r-- | PC/os2emx/config.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/PC/os2emx/config.c b/PC/os2emx/config.c index 218aa68..5879110 100644 --- a/PC/os2emx/config.c +++ b/PC/os2emx/config.c @@ -150,10 +150,9 @@ struct _inittab _PyImport_Inittab[] = { {"marshal", PyMarshal_Init}, /* This lives it with import.c */ - {"imp", initimp}, + {"_imp", initimp}, /* These entries are here for sys.builtin_module_names */ - {"__main__", NULL}, {"builtins", NULL}, {"sys", NULL}, |