From: Nadeem Vawda Date: Sat, 5 May 2012 10:27:30 +0000 (+0200) Subject: Fix typo in changeset eb5c5c23ca9b. X-Git-Tag: v3.3.0a4~274 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f46d655b96eea58e3a0ca8af1461b012a92a3d0;p=thirdparty%2FPython%2Fcpython.git Fix typo in changeset eb5c5c23ca9b. --- diff --git a/Python/import.c b/Python/import.c index 920d304dbc58..ccba1066d247 100644 --- a/Python/import.c +++ b/Python/import.c @@ -181,7 +181,7 @@ _PyImportHooks_Init(void) error: PyErr_Print(); Py_FatalError("initializing sys.meta_path, sys.path_hooks, " - "or path_importer_cache"); + "or path_importer_cache failed"); } Py_DECREF(path_hooks); }