Remove obsolete todo entry.

This commit is contained in:
Georg Brandl 2010-01-18 00:38:10 +01:00
parent e982d54109
commit 58e7d8d120

View File

@ -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')