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: http://git.ipfire.org/?a=commitdiff_plain;h=1e5fc55c4dcddcd97951d54c04b321c0a284affa;p=thirdparty%2FPython%2Fcpython.git - 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 80fe5b7d5e86..858f9e57c41f 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) */