Commit 0c855a85 by Michael DeHaan

fix module formatter output messages

parent 405c097c
......@@ -238,8 +238,11 @@ def main():
fname = os.path.join(args.module_dir, module)
extra = os.path.join("inc", "%s.tex" % module)
if fname.endswith(".swp"):
continue
# FIXME: html/manpage/latex
print "%% modules2.py ---> %s" % fname
print " processing module source ---> %s" % fname
doc = get_docstring(fname, verbose=args.verbose)
if not doc is None:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment