From 14bef228b0b48c58cb887a032f97c71a6fe2b7f7 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Fri, 30 Aug 2019 13:41:36 +0100 Subject: [PATCH] mkicon.py: Default to Python 3. This allows a stock Unix build of PuTTY to work without the obsolescent Python 2 (Debian bug #937380). --- icons/mkicon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icons/mkicon.py b/icons/mkicon.py index d1bca2fa..96b9cc84 100755 --- a/icons/mkicon.py +++ b/icons/mkicon.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from __future__ import division