diff options
Diffstat (limited to 'PC/config.c')
-rw-r--r-- | PC/config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/config.c b/PC/config.c index a9a280d..1d142b56 100644 --- a/PC/config.c +++ b/PC/config.c @@ -161,7 +161,6 @@ struct _inittab _PyImport_Inittab[] = { {"__main__", NULL}, {"__builtin__", NULL}, {"sys", NULL}, - {"exceptions", NULL}, {"_types", init_types}, |