aboutsummaryrefslogtreecommitdiff
path: root/proposals/reindex.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-09-09 12:39:19 -0400
committerNick Mathewson <nickm@torproject.org>2015-09-09 12:39:19 -0400
commit4fe43821e79c8b31137e5447ef09276a0aaaf58c (patch)
tree9c2814a6595714e687d39becfbee86a82c7cb77a /proposals/reindex.py
parente30cdabef758ed6b2447b073c5a88aeaf52f0867 (diff)
downloadtorspec-4fe43821e79c8b31137e5447ef09276a0aaaf58c.tar.gz
torspec-4fe43821e79c8b31137e5447ef09276a0aaaf58c.zip
Update metafiles
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 381099e..b442271 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 REJECTED OBSOLETE RESERVE""".split()
+ CLOSED SUPERSEDED DEAD REJECTED OBSOLETE RESERVE INFORMATIONAL""".split()
REQUIRED_FIELDS = [ "Filename", "Status", "Title" ]
CONDITIONAL_FIELDS = { "OPEN" : [ "Target" ],
"ACCEPTED" : [ "Target "],