chiark / gitweb /
editor: miscellaneous source cleanups.
authorSimon Tatham <anakin@pobox.com>
Sun, 13 Oct 2024 10:05:01 +0000 (11:05 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 13 Oct 2024 14:04:53 +0000 (15:04 +0100)
commitd523da367126766d206d830692de1d16c3841435
tree611b7d62c00eea27fd790ceffe529ece05b34514
parent67290ddd011aee50ae9530477295a95cb23819df
editor: miscellaneous source cleanups.

Apparently I didn't know about chained comparisons when I wrote this
code, so I didn't take the opportunity to write '0 <= x < limit'.

Also, removed the wildcard import from tkinter, replacing it with
explicit references to the things needed. There weren't that many of
them, so I think the 'import *' didn't gain much.
editor