mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove obsolete todo entry.
This commit is contained in:
parent
e982d54109
commit
58e7d8d120
@ -189,9 +189,6 @@ def main(argv):
|
||||
num = 0
|
||||
out = cStringIO.StringIO()
|
||||
|
||||
# TODO: replace os.walk run with iteration over output of
|
||||
# `svn list -R`.
|
||||
|
||||
for root, dirs, files in os.walk(path):
|
||||
if '.svn' in dirs:
|
||||
dirs.remove('.svn')
|
||||
|
Loading…
Reference in New Issue
Block a user