1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 09:27:59 +00:00

mkicon.py: Default to Python 3.

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

View File

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