Merge remote-tracking branch 'origin/pr/295' into feature/dvb-rewrite

This commit is contained in:
Adam Sutton 2013-09-25 09:32:56 +01:00
commit 378791e387

View file

@ -40,7 +40,7 @@ if opts.deps:
root = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '..'))
ents = {}
for path in args:
for (p, ds, fs) in os.walk(path):
for (p, ds, fs) in os.walk(path, followlinks=True):
p = os.path.abspath(p)
n = p.replace(root+'/', '')
t = ents