Content-Transfer-Encoding: binary X-RT-Interface: API Content-Type: text/plain; charset="utf-8" Subject: git commit Content-Disposition: inline X-Mailer: MIME-tools 5.507 (Entity 5.507) From: ghudson@mit.edu MIME-Version: 1.0 X-RT-Original-Encoding: ascii RT-Message-ID: Content-Length: 798 Convert OTP and kdcproxy tests to Python 3 Commit e23d24beacb73581bbf4351250f3955e6fd44361 did not convert t_otp.py or paste-kdcproxy.py. Convert t_otp.py to Python3. Rewrite paste-kdcproxy.py using wsgiref from the standard Python library to avoid the Paste dependency. (cherry picked from commit 56be947ac4469d9d79b2e451311278f5bcdb2063) https://github.com/krb5/krb5/commit/af11dd8b8755ed31f3d24d48ae50a637678ca36c Author: Greg Hudson Commit: af11dd8b8755ed31f3d24d48ae50a637678ca36c Branch: krb5-1.17 src/tests/t_otp.py | 24 +++++++++++++----------- src/tests/t_proxy.py | 6 +----- src/util/paste-kdcproxy.py | 17 ----------------- src/util/wsgiref-kdcproxy.py | 19 +++++++++++++++++++ 4 files changed, 33 insertions(+), 33 deletions(-)