Make the --listfiles option work again.

This commit is contained in:
Eric S. Raymond 2008-03-07 11:43:52 +00:00
parent 43900022cf
commit 5a693050e9

View file

@ -379,7 +379,7 @@ Usage: macroscope [options] dirpath
elif unchecked:
xref.unchecked(sys.stdout)
elif listfiles:
for filename in xref.filelist.generator():
for (namespace, filename) in xref.filelist.generator():
print filename
if collisions:
collisions = []