From 58e7d8d120b5d0f479119695c9da3ca9f25d6e1c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 18 Jan 2010 00:38:10 +0100 Subject: [PATCH] Remove obsolete todo entry. --- utils/check_sources.py | 3 --- 1 file changed, 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')