aboutsummaryrefslogtreecommitdiff
path: root/proposals/reindex.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-05-27 14:33:44 -0400
committerNick Mathewson <nickm@torproject.org>2009-05-27 14:33:44 -0400
commitde4280ca65168cd3c480b4c4dfef9950ca5a6218 (patch)
tree0fc5a6338aa0d27edab45bfaf2c7b90167aa6c76 /proposals/reindex.py
parentdcc540eff75371033c662644caab0e7bf2270922 (diff)
downloadtorspec-de4280ca65168cd3c480b4c4dfef9950ca5a6218.tar.gz
torspec-de4280ca65168cd3c480b4c4dfef9950ca5a6218.zip
Reject proposal 134
Diffstat (limited to 'proposals/reindex.py')
-rwxr-xr-xproposals/reindex.py2
1 files changed, 1 insertions, 1 deletions
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 "],