summaryrefslogtreecommitdiff
path: root/utils
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
commit4e3d20fd5a25a8a0b07fe79df63bf847884b94b5 (patch)
tree09b0e15956d3d08d4aef9940381faf28a0616590 /utils
parent24604ec54adb85ad1a01be6960088f5dd133e61e (diff)
downloadsphinx-4e3d20fd5a25a8a0b07fe79df63bf847884b94b5.tar.gz
Remove obsolete todo entry.
Diffstat (limited to 'utils')
-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 6f78c26e..0571ab1e 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')