Fix the hint-tester's auto-completion

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2016-07-02 19:58:36 +00:00
parent 2fd6c59460
commit c145dbd836

View File

@ -38,7 +38,7 @@ class Completer(object):
# - it might contain too many items, but meh
complete = []
tpu = []
for e in britney.excuses:
for e in britney.excuses.values():
pkg = e.name
suite = 'unstable'
if pkg[0] == '-':