Ignore:
Timestamp:
Oct 2, 2014 4:10:40 PM (9 years ago)
Author:
toby
Message:

set flags etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sphinxdocs/find_undoc.py

    r1513 r1514  
    3333    if os.path.splitext(fil.strip())[1] != ".py": continue
    3434    if os.path.splitext(os.path.split(fil)[1])[0] in documented:
    35         print fil+' doc'
     35        #print fil+' doc'
    3636        continue
    3737    else:
Note: See TracChangeset for help on using the changeset viewer.