aboutsummaryrefslogtreecommitdiff
path: root/proposals/reindex.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-11-25 12:00:27 -0500
committerNick Mathewson <nickm@torproject.org>2019-11-25 12:00:27 -0500
commit666ca5ebf31a5cd946ff79fd98ef90e680fccb2c (patch)
tree9398c227b180133fbce2e19b6dc5f76bc908be92 /proposals/reindex.py
parent7b8c6efbbea7d44d58599bd5557d5a42bf92b12a (diff)
downloadtorspec-666ca5ebf31a5cd946ff79fd98ef90e680fccb2c.tar.gz
torspec-666ca5ebf31a5cd946ff79fd98ef90e680fccb2c.zip
fixup! reindex.py: convert to python3
Diffstat (limited to 'proposals/reindex.py')
-rwxr-xr-xproposals/reindex.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/proposals/reindex.py b/proposals/reindex.py
index 2023271..74efaf4 100755
--- a/proposals/reindex.py
+++ b/proposals/reindex.py
@@ -23,7 +23,6 @@ def indexed(seq):
def readProposal(fn):
fields = { }
- print(fn)
f = open(fn, 'r')
lastField = None
try: