britney.py: Fix statement without an effect

Signed-off-by: Niels Thykier <niels@thykier.net>
debian
Niels Thykier 10 years ago
parent 7c5fdc8aca
commit f3a8181bda

@ -2926,7 +2926,7 @@ class Britney(object):
for (src, ver), pkgs in sorted(all.items()): for (src, ver), pkgs in sorted(all.items()):
print(' %s (%s): %s' % (src, ver, ' '.join(sorted(pkgs)))) print(' %s (%s): %s' % (src, ver, ' '.join(sorted(pkgs))))
print print()
def output_write(self, msg): def output_write(self, msg):
"""Simple wrapper for output writing""" """Simple wrapper for output writing"""

Loading…
Cancel
Save