]> arthur.barton.de Git - bup.git/commit
tgit: use print() for python 3; fix test data writes
authorRob Browning <rlb@defaultvalue.org>
Sun, 13 Oct 2019 15:55:19 +0000 (10:55 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 13 Oct 2019 17:48:24 +0000 (12:48 -0500)
commitcbde2881f524cb38148e2c5ff281865f7b788273
tree523c4020494dd0e4ba57c8cc8967e1e324202a50
parent544208fae44dfeaccb626c16f3a5c387f318d08f
tgit: use print() for python 3; fix test data writes

Fix a couple of places with

  print f, ...

that actually meant

  print >> f, ...

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/t/tgit.py