Skip to content
Snippets Groups Projects
Commit dfc11a0e authored by timeless developer's avatar timeless developer
Browse files

py26: next()

parent 0beb0891
No related branches found
No related tags found
1 merge request!14py3 part 2
......@@ -246,7 +246,7 @@
else:
# We may not have walked the full directory tree above,
# so stat everything we missed.
nf = iter(visit).next
nf = next(iter(visit))
for st in util.statfiles([join(i) for i in visit]):
results[nf()] = st
return results.keys()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment