]> granicus.if.org Git - python/commit
StripWidget.__init__(), update_yourself(): Removed some unused local
authorBarry Warsaw <barry@python.org>
Wed, 18 Apr 2001 03:51:55 +0000 (03:51 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 18 Apr 2001 03:51:55 +0000 (03:51 +0000)
commit741eae0b3129c123ed4319d8d9e5b877b09aefa8
tree6f9d6627bb298e56861ee5a08627464dd9bd7924
parent6a5522677a5325b333ef687e396f2b66ed52efa6
StripWidget.__init__(), update_yourself(): Removed some unused local
variables reported by PyChecker.

__togglegentype(): PyChecker accurately reported that the variable
__gentypevar was unused -- actually this whole method is currently
unused so comment it out.
Tools/pynche/StripViewer.py