commit | 8f46d655b96eea58e3a0ca8af1461b012a92a3d0 | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Sat May 05 12:27:30 2012 +0200 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Sat May 05 12:27:30 2012 +0200 |
tree | 8ace1a1a5ca7d11a5f3e43b685939db6915b26a2 | |
parent | c04ddee8397d0d16d8c489251775101468ac3f8e [diff] [blame] |
Fix typo in changeset eb5c5c23ca9b.
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 @@ 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); }