summaryrefslogtreecommitdiff
path: root/RISCOS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-02-26 22:22:47 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2007-02-26 22:22:47 +0000
commit2633c69fae7e413b2b64b01d8c0c901ae649a225 (patch)
tree144a1f97f427f019a8ddaae96a8f0da6a09df985 /RISCOS
parentf543348fff32ae20a9fd2c7f70a3549a3280048c (diff)
downloadcpython-git-2633c69fae7e413b2b64b01d8c0c901ae649a225.tar.gz
Remove the exceptions builtin module, all the exceptions are already builtin.
Diffstat (limited to 'RISCOS')
-rw-r--r--RISCOS/Modules/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/RISCOS/Modules/config.c b/RISCOS/Modules/config.c
index 54fbc7909c..d4ef205de8 100644
--- a/RISCOS/Modules/config.c
+++ b/RISCOS/Modules/config.c
@@ -63,7 +63,6 @@ struct _inittab _PyImport_Inittab[] = {
{"__main__", NULL},
{"__builtin__", NULL},
{"sys", NULL},
- {"exceptions", NULL},
/* This lives in gcmodule.c */
{"gc", initgc},