commit 666ca5ebf31a5cd946ff79fd98ef90e680fccb2c Author: Nick Mathewson nickm@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:
tor-commits@lists.torproject.org