Further Python3 fixes.

This commit is contained in:
Cas Cremers
2020-10-27 22:10:55 +01:00
parent 3a6041ccac
commit 38a0fba212
5 changed files with 20 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
"""
Scyther : An automatic verifier for security protocols.
Copyright (C) 2007-2013 Cas Cremers
@@ -193,7 +193,7 @@ class ScytherApp(wx.App):
# License option may abort here
if opts.license:
print Scyther.GetLicense()
print(Scyther.GetLicense())
sys.exit(0)
# Load preferences file