From 1c386f36ce5a9210a2ad235afcb513ffcf7f52a8 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 16 Aug 2001 08:24:00 +0000 Subject: Oops. Two fixes for SF bug #422004 are not needed. :-) --- Python/pythonrun.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/pythonrun.c') diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 4ee82e44ee..232ba55ac9 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -152,7 +152,6 @@ Py_Initialize(void) /* phase 2 of builtins */ _PyImport_FixupExtension("__builtin__", "__builtin__"); - _PyImport_FixupExtension("exceptions", "exceptions"); initsigs(); /* Signal handling stuff, including initintr() */ -- cgit v1.2.1