Commit Graph

5 Commits

Author SHA1 Message Date
Michael Pöhn bf815251ec rough plugin system implementation 2020-06-10 12:11:47 +02:00
Hans-Christoph Steiner 6030445be0 logging.warn() was deprecated in Python 3.3, use logging.warning()
sed -i 's,logging\.warn(,logging.warning(,g' fdroid */*.*

https://docs.python.org/3.3/library/logging.html#logging.Logger.warning
2020-05-27 08:35:14 +02:00
Marcus Hoffmann 8961485125 remove dscanner subcommand
It's unused and unmaintained. It could  potentially be revived as a
plugin at a later point.
2020-01-31 14:17:12 +01:00
Michael Pöhn 69fc38c668 repair fdroid --version 2020-01-28 11:43:09 +01:00
Michael Pöhn 7a4254efa2 make main script pythonic 2020-01-28 11:43:09 +01:00