From ca361fd77f4024aa7bedaf371ab709eaf9503bb4 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 25 Jan 2019 20:14:31 +0000 Subject: [PATCH] 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. --- test/cryptsuite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cryptsuite.py b/test/cryptsuite.py index d34dbfd0..4a077857 100755 --- a/test/cryptsuite.py +++ b/test/cryptsuite.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import unittest import struct