mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
b810de5f3a
"key in dict" was introduced in Python 2.2, and the older "dict.has_key(key)" form was removed in Python 3. Use the more portable "key in dict" form instead. |
||
---|---|---|
.. | ||
cicon.pl | ||
icon.pl | ||
macicon.py | ||
Makefile | ||
mkicon.py |