From: Georg Brandl Date: Thu, 30 Oct 2014 21:44:41 +0000 (+0100) Subject: rstlint: we do not use svn anymore X-Git-Tag: v3.4.3rc1~397 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2273b096ce204e3115d8394c8acb070877881ec6;p=thirdparty%2FPython%2Fcpython.git rstlint: we do not use svn anymore --- diff --git a/Doc/tools/rstlint.py b/Doc/tools/rstlint.py index d742629c6212..66dd46a53eb2 100755 --- a/Doc/tools/rstlint.py +++ b/Doc/tools/rstlint.py @@ -173,10 +173,6 @@ Options: -v verbose (print all checked file names) count = defaultdict(int) for root, dirs, files in os.walk(path): - # ignore subdirs controlled by svn - if '.svn' in dirs: - dirs.remove('.svn') - # ignore subdirs in ignore list if abspath(root) in ignore: del dirs[:]