Commit 1e5fc55c authored by Fred Drake's avatar Fred Drake

- 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
parent a1e93e8d
......@@ -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) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment