]> granicus.if.org Git - python/commitdiff
- fix typo
authorFred Drake <fdrake@acm.org>
Fri, 11 Jul 2003 15:01:02 +0000 (15:01 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 11 Jul 2003 15:01:02 +0000 (15:01 +0000)
- there's a weird variable name here (zimpimport), but I'll leave that
  for someone that's familiar with the ZIP import support

Python/import.c

index 80fe5b7d5e8682d5f3e5c1a1ac9741199e7f29d9..858f9e57c41f373adc15ce7b76f54a84416cf08c 100644 (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) */