Catch up to recent changes in TextFile (spotted by Bastian Kleineidam).

This commit is contained in:
Greg Ward 2000-09-18 00:41:10 +00:00
parent 5316ef4bbb
commit 9082cdd009
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ class sdist (Command):
join_lines=1,
lstrip_ws=1,
rstrip_ws=1,
collapse_ws=1)
collapse_join=1)
while 1:
line = template.readline()