From 9082cdd009cc5c4945cd1200cc58f6bf69eb2817 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Mon, 18 Sep 2000 00:41:10 +0000 Subject: [PATCH] Catch up to recent changes in TextFile (spotted by Bastian Kleineidam). --- Lib/distutils/command/sdist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/distutils/command/sdist.py b/Lib/distutils/command/sdist.py index 6de703ec928..9b9f6064c51 100644 --- a/Lib/distutils/command/sdist.py +++ b/Lib/distutils/command/sdist.py @@ -332,7 +332,7 @@ def read_template (self): join_lines=1, lstrip_ws=1, rstrip_ws=1, - collapse_ws=1) + collapse_join=1) while 1: line = template.readline()