- 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
This commit is contained in:
Fred Drake 2003-07-11 15:01:02 +00:00
parent a1e93e8dfc
commit 1e5fc55c4d
1 changed files with 1 additions and 1 deletions

View File

@ -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) */