mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Fix indentation bug.
This commit is contained in:
parent
3b49c9babd
commit
9f200cbaa6
1 changed files with 2 additions and 2 deletions
|
@ -472,8 +472,8 @@ class Dist (Command):
|
||||||
"could neither find a standalone zip utility nor " +
|
"could neither find a standalone zip utility nor " +
|
||||||
"import the 'zipfile' module") % base_dir
|
"import the 'zipfile' module") % base_dir
|
||||||
|
|
||||||
z = zipfile.ZipFile (base_dir + ".zip", "wb",
|
z = zipfile.ZipFile (base_dir + ".zip", "wb",
|
||||||
compression=zipfile.ZIP_DEFLATED)
|
compression=zipfile.ZIP_DEFLATED)
|
||||||
|
|
||||||
def visit (z, dirname, names):
|
def visit (z, dirname, names):
|
||||||
for name in names:
|
for name in names:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue