diff --git a/completer.py b/completer.py index 27437c1..05999a1 100644 --- a/completer.py +++ b/completer.py @@ -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] == '-':