Commit 9082cdd0 authored by Greg Ward's avatar Greg Ward

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

parent 5316ef4b
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment