fix module formatter output messages

pull/1114/merge
Michael DeHaan 12 years ago
parent 405c097c43
commit 0c855a85bc

@ -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:

Loading…
Cancel
Save