Commit c342fca2 authored by Victor Stinner's avatar Victor Stinner

zipimport: fix indentation

parent f038b32d
......@@ -41,6 +41,7 @@ struct _zipimporter {
};
static PyObject *ZipImportError;
/* read_directory() cache */
static PyObject *zip_directory_cache = NULL;
/* forward decls */
......
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