~brian-murray/ubuntu-archive-tools/gray-removals

« back to all changes in this revision

Viewing changes to sru-report

  • Committer: Colin Watson
  • Date: 2012-12-13 14:15:57 UTC
  • Revision ID: cjwatson@canonical.com-20121213141557-1ucqqyjblgpnxgko
sru-report: declare ignored_commenters up top to pacify pyflakes

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
archive = None
66
66
releases = {}  # name -> distro_series
67
67
broken_bugs = set()
 
68
ignored_commenters = []
68
69
 
69
70
 
70
71
def current_versions(distro_series, sourcename):