zipimport: fix indentation

This commit is contained in:
Victor Stinner 2010-10-18 11:39:05 +00:00
parent f038b32d0b
commit c342fca222

View file

@ -41,6 +41,7 @@ struct _zipimporter {
};
static PyObject *ZipImportError;
/* read_directory() cache */
static PyObject *zip_directory_cache = NULL;
/* forward decls */