changeset 695:4d26453ef459

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