mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
zipimport: fix indentation
This commit is contained in:
parent
f038b32d0b
commit
c342fca222
1 changed files with 5 additions and 4 deletions
|
|
@ -41,6 +41,7 @@ struct _zipimporter {
|
|||
};
|
||||
|
||||
static PyObject *ZipImportError;
|
||||
/* read_directory() cache */
|
||||
static PyObject *zip_directory_cache = NULL;
|
||||
|
||||
/* forward decls */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue