From: | ghudson@mit.edu |
Subject: | git commit |
Convert Python tests to Python 3
Look for python3 in configure.in and verify that we got it. Convert
test code to conform to Python 3.
https://github.com/krb5/krb5/commit/e23d24beacb73581bbf4351250f3955e6fd44361
Author: Greg Hudson <ghudson@mit.edu>
Commit: e23d24beacb73581bbf4351250f3955e6fd44361
Branch: master
src/Makefile.in | 1 +
src/configure.in | 6 +---
src/kadmin/dbutil/t_tdumputil.py | 4 +-
src/tests/jsonwalker.py | 16 ++++++------
src/tests/t_cve-2012-1014.py | 2 +-
src/tests/t_cve-2012-1015.py | 2 +-
src/tests/t_hostrealm.py | 4 ++-
src/tests/t_kdb.py | 11 +++----
src/tests/t_keytab.py | 34 ++++++++++++------------
src/tests/t_mkey.py | 6 ++--
src/tests/t_otp.py | 7 +++--
src/tests/t_tabdump.py | 4 +-
src/util/Makefile.in | 1 +
src/util/k5test.py | 51 ++++++++++++++++++++------------------
src/util/princflags.py | 25 +++++++++---------
15 files changed, 89 insertions(+), 85 deletions(-)