tool: switch to python3

python2 is no longer maintained upstream
This commit is contained in:
Bertrand Jacquin
2020-01-11 18:04:11 +00:00
committed by NIIBE Yutaka
parent c3e9db14e8
commit 81d6945081
7 changed files with 90 additions and 90 deletions

View File

@@ -28,7 +28,7 @@ from sexp import sexp
# Assume it's only OPENPGP.3 key and it's 2048-bit
def debug(string):
print "DEBUG: %s" % string
print("DEBUG: %s" % string)
sys.stdout.flush()
def get_keygrip_list(keyinfo_result):