Commit 9ac894ae authored by Georg Brandl's avatar Georg Brandl

merge with 3.4

parents 759a02ca 2273b096
......@@ -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[:]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment