1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-04-16 02:28:05 -05:00

mkicon.py: Default to Python 3.

This allows a stock Unix build of PuTTY to work without the obsolescent
Python 2 (Debian bug ).
This commit is contained in:
Colin Watson 2019-08-30 13:41:36 +01:00 committed by Simon Tatham
parent 9cb587c43a
commit 14bef228b0

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import division