summaryrefslogtreecommitdiff
path: root/Tools/pynche
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-04-18 03:52:54 +0000
committerBarry Warsaw <barry@python.org>2001-04-18 03:52:54 +0000
commit31c2dae39c8d59a874a77bd8c5acee2d918efd38 (patch)
treeb6224b1de640bb4bc0d124f7b05700826adc4557 /Tools/pynche
parent741eae0b3129c123ed4319d8d9e5b877b09aefa8 (diff)
downloadcpython-git-31c2dae39c8d59a874a77bd8c5acee2d918efd38.tar.gz
__init__(): Removed unused local variable reported by PyChecker.
Diffstat (limited to 'Tools/pynche')
-rw-r--r--Tools/pynche/TextViewer.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/pynche/TextViewer.py b/Tools/pynche/TextViewer.py
index d971ecafd6..30a87f73bc 100644
--- a/Tools/pynche/TextViewer.py
+++ b/Tools/pynche/TextViewer.py
@@ -101,7 +101,6 @@ and choosing a color.'''))
#
# radios
self.__radios = []
- val = 0
for col in (1, 2):
for row in (2, 3, 4):
# there is no insertforeground option