diff options
author | Georg Brandl <georg@python.org> | 2010-01-18 00:38:10 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-01-18 00:38:10 +0100 |
commit | 58e7d8d120b5d0f479119695c9da3ca9f25d6e1c (patch) | |
tree | 09b0e15956d3d08d4aef9940381faf28a0616590 /utils/check_sources.py | |
parent | e982d541098fcaee55b0a4decc2969efdd81a275 (diff) | |
download | sphinx-git-58e7d8d120b5d0f479119695c9da3ca9f25d6e1c.tar.gz |
Remove obsolete todo entry.
Diffstat (limited to 'utils/check_sources.py')
-rwxr-xr-x | utils/check_sources.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/check_sources.py b/utils/check_sources.py index 6f78c26e0..0571ab1e8 100755 --- a/utils/check_sources.py +++ b/utils/check_sources.py @@ -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') |