chiark / gitweb /
make _ always be the gettext function, nothing else
authorHans-Christoph Steiner <hans@eds.org>
Tue, 24 Oct 2017 14:48:42 +0000 (16:48 +0200)
committerHans-Christoph Steiner <hans@eds.org>
Wed, 25 Oct 2017 21:01:25 +0000 (23:01 +0200)
commitffc91e301a2ea7046e4996fa085859b27264bc4f
tree8c20df6afee8b3ff60317d979c05c3ea5a038cd7
parentdd6d4b20121a51431df186d0de4dac2f95b0b5c2
make _ always be the gettext function, nothing else

This avoids hard bugs where the _() function gets overidden by a str or
something else.
fdroidserver/common.py
fdroidserver/metadata.py
fdroidserver/scanner.py
fdroidserver/update.py