]> arthur.barton.de Git - bup.git/commit - lib/bup/rm.py
Add compat.items() and use it
authorRob Browning <rlb@defaultvalue.org>
Thu, 18 Jan 2018 02:00:00 +0000 (20:00 -0600)
committerRob Browning <rlb@defaultvalue.org>
Sat, 27 Jan 2018 16:23:45 +0000 (10:23 -0600)
commitbe10c911bbe8c51357b20bf1ea6d472d908670d4
tree6260b767f9294a106ac3aa4ebe9d796a2fb04ef2
parent3ff7455dd474533a6ceaef6f7b9e49c8059b07a2
Add compat.items() and use it

Python 3 made items behave like iteritems and dropped iteritems.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/compat.py
lib/bup/helpers.py
lib/bup/hlinkdb.py
lib/bup/rm.py
main.py
t/test-prune-older