Changeset 1123 for trunk/sphinxdocs/find_undoc.py
- Timestamp:
- Oct 25, 2013 2:24:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sphinxdocs/find_undoc.py ΒΆ
r1112 r1123 22 22 23 23 # loop over python files referenced in subversion 24 proc = sp.Popen(["svn","list",os.path.join(loc,'..')],stdout=sp.PIPE) 24 proc = sp.Popen(["svn","list", 25 os.path.join(loc,'..'), 26 os.path.join(loc,'..','exports'), 27 os.path.join(loc,'..','imports'), 28 ],stdout=sp.PIPE) 25 29 undoc = [] 26 30 for fil in proc.stdout.readlines():
Note: See TracChangeset
for help on using the changeset viewer.