hgbook

changeset 596:4d26453ef459

Fix reviewers script.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 23:01:51 2009 -0700 (2009-03-26)
parents e0a4ba81f888
children e0d9eb01e4c2
files web/hgbook/reviewers.py
line diff
     1.1 --- a/web/hgbook/reviewers.py	Thu Mar 26 22:07:30 2009 -0700
     1.2 +++ b/web/hgbook/reviewers.py	Thu Mar 26 23:01:51 2009 -0700
     1.3 @@ -52,7 +52,7 @@
     1.4  total = 0
     1.5  for r in c.fetchall():
     1.6      r = r[0].decode('utf-8')
     1.7 -    if r in ("Bryan O'Sullivan", 'John Goerzen', 'Don Stewart'):
     1.8 +    if r in ("Bryan O'Sullivan",):
     1.9          continue
    1.10      total += 1
    1.11      m = mappings.get(r.lower())