summaryrefslogtreecommitdiff
path: root/utils/check_sources.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-18 00:38:10 +0100
committerGeorg Brandl <georg@python.org>2010-01-18 00:38:10 +0100
commit58e7d8d120b5d0f479119695c9da3ca9f25d6e1c (patch)
tree09b0e15956d3d08d4aef9940381faf28a0616590 /utils/check_sources.py
parente982d541098fcaee55b0a4decc2969efdd81a275 (diff)
downloadsphinx-git-58e7d8d120b5d0f479119695c9da3ca9f25d6e1c.tar.gz
Remove obsolete todo entry.
Diffstat (limited to 'utils/check_sources.py')
-rwxr-xr-xutils/check_sources.py3
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')