[or-cvs] r17737: {tor} Oops; add missing return to redox.py (tor/trunk/contrib)
nickm at seul.org
nickm at seul.org
Mon Dec 22 18:44:06 UTC 2008
Author: nickm
Date: 2008-12-22 13:44:06 -0500 (Mon, 22 Dec 2008)
New Revision: 17737
Modified:
tor/trunk/contrib/redox.py
Log:
Oops; add missing return to redox.py
Modified: tor/trunk/contrib/redox.py
===================================================================
--- tor/trunk/contrib/redox.py 2008-12-22 18:36:22 UTC (rev 17736)
+++ tor/trunk/contrib/redox.py 2008-12-22 18:44:06 UTC (rev 17737)
@@ -172,6 +172,8 @@
comments.append((ln, kind, name))
+ return comments
+
def applyComments(fn, entries):
"""I apply lots of comments to the file in fn, making a new .newdoc file.
"""
More information about the tor-commits
mailing list