From de4280ca65168cd3c480b4c4dfef9950ca5a6218 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 27 May 2009 14:33:44 -0400 Subject: Reject proposal 134 --- proposals/reindex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proposals/reindex.py') diff --git a/proposals/reindex.py b/proposals/reindex.py index 2b4c025..980bc06 100755 --- a/proposals/reindex.py +++ b/proposals/reindex.py @@ -4,7 +4,7 @@ import re, os class Error(Exception): pass STATUSES = """DRAFT NEEDS-REVISION NEEDS-RESEARCH OPEN ACCEPTED META FINISHED - CLOSED SUPERSEDED DEAD""".split() + CLOSED SUPERSEDED DEAD REJECTED""".split() REQUIRED_FIELDS = [ "Filename", "Status", "Title" ] CONDITIONAL_FIELDS = { "OPEN" : [ "Target" ], "ACCEPTED" : [ "Target "], -- cgit v1.2.3-54-g00ecf