From 9f200cbaa607675014d0aa297b11d13f5c4709a7 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Mon, 17 Jan 2000 21:58:07 +0000 Subject: Fix indentation bug. --- Lib/distutils/command/dist.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/distutils/command/dist.py b/Lib/distutils/command/dist.py index 2d05f17..0f9e30b 100644 --- a/Lib/distutils/command/dist.py +++ b/Lib/distutils/command/dist.py @@ -472,8 +472,8 @@ class Dist (Command): "could neither find a standalone zip utility nor " + "import the 'zipfile' module") % base_dir - z = zipfile.ZipFile (base_dir + ".zip", "wb", - compression=zipfile.ZIP_DEFLATED) + z = zipfile.ZipFile (base_dir + ".zip", "wb", + compression=zipfile.ZIP_DEFLATED) def visit (z, dirname, names): for name in names: -- cgit v0.12