From e7d8322630f82d22984987a97c11371ddacba59e Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 27 Aug 2001 22:50:41 +0000 Subject: exceptions was missing from the module list. Added. --- Mac/Modules/macconfig.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Mac/Modules/macconfig.c b/Mac/Modules/macconfig.c index 0e4dd91..5d17c0b 100644 --- a/Mac/Modules/macconfig.c +++ b/Mac/Modules/macconfig.c @@ -306,6 +306,7 @@ struct _inittab _PyImport_Inittab[] = { /* These entries are here for sys.builtin_module_names */ {"__main__", NULL}, {"__builtin__", NULL}, + {"exceptions", NULL}, {"sys", NULL}, /* Sentinel */ -- cgit v0.12