summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/macconfig.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-27 22:50:41 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-08-27 22:50:41 (GMT)
commite7d8322630f82d22984987a97c11371ddacba59e (patch)
treebef3e7202365df59818e7fd622f7ef313e8a619c /Mac/Modules/macconfig.c
parent535c52450865b961a9222518965b41dd950cca81 (diff)
downloadcpython-e7d8322630f82d22984987a97c11371ddacba59e.zip
cpython-e7d8322630f82d22984987a97c11371ddacba59e.tar.gz
cpython-e7d8322630f82d22984987a97c11371ddacba59e.tar.bz2
exceptions was missing from the module list. Added.
Diffstat (limited to 'Mac/Modules/macconfig.c')
-rw-r--r--Mac/Modules/macconfig.c1
1 files changed, 1 insertions, 0 deletions
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 */