]> arthur.barton.de Git - bup.git/commit
Use next(it), not it.next() and drop the helpers fallback
authorRob Browning <rlb@defaultvalue.org>
Sun, 10 Sep 2017 20:08:33 +0000 (15:08 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 10 Sep 2017 20:08:33 +0000 (15:08 -0500)
commit648dbc13f4f288a199d1890e4731c7edd07a1472
tree4005fc2a20669c520d190db136232b4414860764
parent1d7893f0601defb360e4c8b7e30b96cf203d7d73
Use next(it), not it.next() and drop the helpers fallback

Change all it.next() invocations to next(it) for compatibility with
newer versions of python that do not support the next() method.  Drop
the next() fallback helper since we depend on python 2.6 now.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
cmd/index-cmd.py
cmd/memtest-cmd.py
cmd/midx-cmd.py
lib/bup/gc.py
lib/bup/git.py
lib/bup/helpers.py
lib/bup/t/tgit.py
lib/bup/t/thelpers.py
lib/bup/vfs.py