1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

cryptsuite: switch #! line to Python 3.

Since I apparently can't reliably keep this script working on both
flavours of Python, I think these days I'd rather it broke on 2 than
on 3 due to my inattention. So let's default to 3.
This commit is contained in:
Simon Tatham 2019-01-25 20:14:31 +00:00
parent 98cb60ef8e
commit ca361fd77f

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import unittest
import struct