~soren/ubuntu-archive-tools/ppa-mgmt

« back to all changes in this revision

Viewing changes to checkrdepends

  • Committer: Colin Watson
  • Date: 2012-01-12 15:52:33 UTC
  • Revision ID: cjwatson@canonical.com-20120112155233-w062ec3ws7qvmcs8
Clean up pyflakes warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
def read_packages(debs, path, sources, ignores=[], missing_ok=False):
97
97
    ret = {'deps': {}}
98
98
    deps = ret['deps']
99
 
    source = sources['source']
100
99
    try:
101
100
        for stanza in read_tag_file(path):
102
101
            name = stanza['package']