The (None for ...) is not allowed in Python 2.3. Changed to [...]
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
sys.stdout.flush()
for (commit, commit_id, parent), patchname in \
sys.stdout.flush()
for (commit, commit_id, parent), patchname in \
- zip(commits, patchnames or (None for i in xrange(len(commits)))):
+ zip(commits, patchnames or [None for i in xrange(len(commits))]):
author_name, author_email, author_date = \
name_email_date(commit.get_author())
crt_series.new_patch(patchname,
author_name, author_email, author_date = \
name_email_date(commit.get_author())
crt_series.new_patch(patchname,