[tor-commits] [torspec/master] fixup! reindex.py: convert to python3
nickm at torproject.org
nickm at torproject.org
Mon Nov 25 17:01:02 UTC 2019
commit 666ca5ebf31a5cd946ff79fd98ef90e680fccb2c
Author: Nick Mathewson <nickm at torproject.org>
Date: Mon Nov 25 12:00:27 2019 -0500
fixup! reindex.py: convert to python3
---
proposals/reindex.py | 1 -
1 file changed, 1 deletion(-)
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:
More information about the tor-commits
mailing list