pycategories filter
Of course, I had to fix pycategories as well. Fix is trivial
for i in elist[:]:
if ".svn" in i:
elist.remove(i)
just after the lines reading
elist = tools.Walk(root)
elist = [mem[len(root):] for mem in elist]