chiark / gitweb /
standardize os.walk() var names based on Python 3.5 docs
authorHans-Christoph Steiner <hans@eds.org>
Thu, 14 Sep 2017 06:44:43 +0000 (08:44 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Fri, 15 Sep 2017 09:37:21 +0000 (11:37 +0200)
commitcb10f0df09b53c10e2b571a69004bf62c105638d
treef760fc5b39baafa3ce42fbb238e3d11580f4db64
parent96e71bfdb38c39637052f453dbd1a57ffb00ecd1
standardize os.walk() var names based on Python 3.5 docs

There were multiple conventions used in the code, but mostly it was already
using the convention from the docs, so this converts things to using that
convention:

https://docs.python.org/3/library/os.html#os.walk
fdroidserver/btlog.py
fdroidserver/build.py
fdroidserver/checkupdates.py
fdroidserver/common.py
fdroidserver/lint.py
fdroidserver/scanner.py
fdroidserver/server.py