Whitespace change.

This commit is contained in:
Jeremy Fincher 2003-04-11 07:10:55 +00:00
parent 4d4bb3ad77
commit 5764cbd1da

View File

@ -338,5 +338,5 @@ def flatten(seq, strings=False):
yield x
except TypeError:
yield elt
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: