summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 0ad3579d4..5c2f03a56 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -322,7 +322,7 @@ qahelp={
qacats = qahelp.keys()
qacats.sort()
-qawarnings = frozenset((
+qawarnings = set((
"changelog.missing",
"changelog.notadded",
"digestentry.unused",