]> arthur.barton.de Git - bup.git/commit
perf-glance: make compatible with python==python3
authorJohannes Berg <johannes@sipsolutions.net>
Sat, 8 Feb 2020 20:10:58 +0000 (21:10 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 9 Feb 2020 04:09:52 +0000 (22:09 -0600)
commit875cc0f8574b1bad6ae03f2d50430c0f0be8a319
treef77839b81fd776148c0212a6e4f28a0c6dfcefc9
parenta74f980a79911b14bc5572921f6c9ff94990fc2e
perf-glance: make compatible with python==python3

If python is python3, then print is a function. Fix the code
to make it a function since python2 doesn't really care (in
this particular case where we just have a single argument).

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Tested-by: Rob Browning <rlb@defaultvalue.org>
t/perf-glance