will run even with no keywords

pull/4/merge
lanjelot 11 years ago
parent a4eba5ec06
commit ba6e6a8c6b

@ -1161,6 +1161,9 @@ Please read the README inside for more examples and usage information.
self.total_size *= size
iterables.append(iterable)
if not iterables:
iterables.append(chain(['']))
if self.stop:
self.total_size = self.stop - self.start
else:

Loading…
Cancel
Save