commit | e7d8322630f82d22984987a97c11371ddacba59e | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Mon Aug 27 22:50:41 2001 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Mon Aug 27 22:50:41 2001 +0000 |
tree | bef3e7202365df59818e7fd622f7ef313e8a619c | |
parent | 535c52450865b961a9222518965b41dd950cca81 [diff] [blame] |
exceptions was missing from the module list. Added.
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 @@ /* These entries are here for sys.builtin_module_names */ {"__main__", NULL}, {"__builtin__", NULL}, + {"exceptions", NULL}, {"sys", NULL}, /* Sentinel */