[Python-checkins] CVS: python/dist/src/Tools/pynche ListViewer.py,2.12,2.13

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


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

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


Index: ListViewer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/pynche/ListViewer.py,v
retrieving revision 2.12
retrieving revision 2.13
diff -C2 -r2.12 -r2.13
*** ListViewer.py	1999/04/27 18:54:12	2.12
--- ListViewer.py	2001/04/18 03:53:29	2.13
***************
*** 163,167 ****
              self.__dontcenter = 0
          else:
-             height = canvas['height']
              ig, ig, ig, y1 = canvas.coords(colortag)
              ig, ig, ig, y2 = canvas.coords(self.__bboxes[-1])
--- 163,166 ----