From 4f99e705dba7f7c57b319f2959301ccd746e5a2d Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 7 Oct 2008 15:51:30 +0000 Subject: Make "qawarnings" a normal set since the missingvars code might modify it. svn path=/main/trunk/; revision=11652 --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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", -- cgit v1.2.3-1-g7c22