mirror of https://github.com/python/cpython
- 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:
parent
a1e93e8dfc
commit
1e5fc55c4d
|
@ -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) */
|
||||
|
|
Loading…
Reference in New Issue