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:
parent
9cb587c43a
commit
14bef228b0
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from __future__ import division
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user