britney.py: Fix statement without an effect

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

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

Loading…
Cancel
Save