tool: switch to python3
python2 is no longer maintained upstream
This commit is contained in:
committed by
NIIBE Yutaka
parent
c3e9db14e8
commit
81d6945081
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user