Oops; add missing return to redox.py

svn:r17737
This commit is contained in:
Nick Mathewson 2008-12-22 18:44:06 +00:00
parent 1df93bc067
commit e5100bc6b5

View File

@ -172,6 +172,8 @@ def checkf(fn, errs):
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.
"""