[Python-checkins] CVS: python/dist/src/Tools/pynche ChipViewer.py,2.8,2.9

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 10 Jul 2001 14:37:30 -0700


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

Modified Files:
	ChipViewer.py 
Log Message:
Update a comment.


Index: ChipViewer.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/pynche/ChipViewer.py,v
retrieving revision 2.8
retrieving revision 2.9
diff -C2 -r2.8 -r2.9
*** ChipViewer.py	1999/04/26 23:17:15	2.8
--- ChipViewer.py	2001/07/10 21:37:28	2.9
***************
*** 85,89 ****
      def update_yourself(self, red, green, blue):
          # Selected always shows the #rrggbb name of the color, nearest always
!         # shows the name of the nearest color in the database.  TBD: should
          # an exact match be indicated in some way?
          #
--- 85,89 ----
      def update_yourself(self, red, green, blue):
          # Selected always shows the #rrggbb name of the color, nearest always
!         # shows the name of the nearest color in the database.  BAW: should
          # an exact match be indicated in some way?
          #