From 6bd76333236905f873395513276f5480f34fe883 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 26 Feb 2007 22:22:47 +0000 Subject: Remove the exceptions builtin module, all the exceptions are already builtin. --- RISCOS/Modules/config.c | 1 - 1 file changed, 1 deletion(-) (limited to 'RISCOS') 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}, -- cgit v1.2.1