~laney/ubuntu-archive-tools/retry-autopkgtest-regressions-bileto-v2

« back to all changes in this revision

Viewing changes to kernel-overrides

  • Committer: Colin Watson
  • Date: 2012-12-13 14:50:11 UTC
  • Revision ID: cjwatson@canonical.com-20121213145011-8xvn3h432hz4197x
make all scripts pass current stricter pep8(1) in raring

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
            current_binaries_arch = current_binaries[binary["architecture"]]
183
183
            for name, component in current_binaries_arch.items():
184
184
                if (binary["component"] != component and
185
 
                    equal_except_abi(name, binary["name"], newabi)):
 
185
                        equal_except_abi(name, binary["name"], newabi)):
186
186
                    print("\t%s: %s -> %s" %
187
187
                          (binary["name"], binary["component"], component))
188
188
                    changes.append(