* Florian Weimer: > Modified: lib/python/sectracker/analyzers.py > =================================================================== > --- lib/python/sectracker/analyzers.py 2011-03-04 19:44:29 UTC (rev > 16301) > +++ lib/python/sectracker/analyzers.py 2011-03-04 19:45:26 UTC (rev > 16302) > @@ -230,10 +230,6 @@ > """Returns the source package with the highest version among the > requested sub-repository members.""" > members = config.distributions[codename]["members"] > - if requested_members is None: > - names = members.values() > - else: > - names = [v for k, v in members.items() if k in requested_members] > fm = config.filemap() > bestver = None > bestpkg = None
Sorry about that, this should harmless (the code is unused anyway right now). _______________________________________________ Secure-testing-team mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/secure-testing-team

