[Python-checkins] CVS: python/dist/src/Tools/pynche TextViewer.py,2.10,2.11

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 17 Apr 2001 20:52:56 -0700


Update of /cvsroot/python/python/dist/src/Tools/pynche
In directory usw-pr-cvs1:/tmp/cvs-serv23542

Modified Files:
	TextViewer.py 
Log Message:
__init__(): Removed unused local variable reported by PyChecker.


Index: TextViewer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/pynche/TextViewer.py,v
retrieving revision 2.10
retrieving revision 2.11
diff -C2 -r2.10 -r2.11
*** TextViewer.py	1999/04/27 18:54:12	2.10
--- TextViewer.py	2001/04/18 03:52:54	2.11
***************
*** 102,106 ****
          # radios
          self.__radios = []
-         val = 0
          for col in (1, 2):
              for row in (2, 3, 4):
--- 102,105 ----