From 8f46d655b96eea58e3a0ca8af1461b012a92a3d0 Mon Sep 17 00:00:00 2001 From: Nadeem Vawda Date: Sat, 5 May 2012 12:27:30 +0200 Subject: Fix typo in changeset eb5c5c23ca9b. --- Python/import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/import.c b/Python/import.c index 920d304..ccba106 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); } -- cgit v0.12