[CMF-checkins] CVS: CMF/CMFCollector - Collector.py:1.18

Ken Manheimer klm@zope.com
Mon, 29 Oct 2001 12:34:23 -0500


Update of /cvs-repository/CMF/CMFCollector
In directory cvs.zope.org:/tmp/cvs-serv16076

Modified Files:
	Collector.py 
Log Message:
.edit(): Remove abuse of changes list var (residual from when it was
used as an int), fixing breakage of collector configuration.


=== CMF/CMFCollector/Collector.py 1.17 => 1.18 ===
                 self.classifications = x
                 changes.append("Classifications")
-                changes = 1
         if importances is not None:
             x = filter(None, importances)
             if self.importances != x: