From: Fred Drake Date: Fri, 11 Jul 2003 15:01:02 +0000 (+0000) Subject: - fix typo X-Git-Tag: v2.3c1~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e5fc55c4dcddcd97951d54c04b321c0a284affa;p=python - fix typo - there's a weird variable name here (zimpimport), but I'll leave that for someone that's familiar with the ZIP import support --- diff --git a/Python/import.c b/Python/import.c index 80fe5b7d5e..858f9e57c4 100644 --- a/Python/import.c +++ b/Python/import.c @@ -202,7 +202,7 @@ _PyImportHooks_Init(void) PyErr_Clear(); /* No zipimporter object -- okay */ if (Py_VerboseFlag) PySys_WriteStderr( - "# can't import zipimport.zimimporter\n"); + "# can't import zipimport.zipimporter\n"); } else { /* sys.path_hooks.append(zipimporter) */