dosage/dosagelib
Tobias Gruetzmacher 839deb03e8 Avoid duplicates when finding plugin modules
Since PyInstaller added support for iter_modules in release 4.4, our
previous hack just duplicates all modules. If this works as intended, we
can remove our hack in the future.
2022-05-28 21:05:12 +02:00
..
__pyinstaller PyInstaller: Make sure data files are included 2022-05-28 20:59:47 +02:00
data Enhance default session with host-specific options 2022-02-15 00:18:48 +01:00
plugins Add some basic type annotations 2022-05-28 19:33:16 +02:00
__init__.py Update file headers 2020-04-18 13:45:44 +02:00
cmd.py Clean up some minor warnings 2022-05-28 17:52:42 +02:00
comic.py Update file headers 2020-04-18 13:45:44 +02:00
configuration.py Update file headers 2020-04-18 13:45:44 +02:00
director.py Add some basic type annotations 2022-05-28 19:33:16 +02:00
events.py Stricter style checking & related style fixes 2020-10-11 20:15:27 +02:00
helpers.py Replace xpath_class with custom xpath function 2020-07-31 22:56:30 +02:00
http.py Enhance default session with host-specific options 2022-02-15 00:18:48 +01:00
languages.py Update file headers 2020-04-18 13:45:44 +02:00
loader.py Avoid duplicates when finding plugin modules 2022-05-28 21:05:12 +02:00
output.py Clean up some minor warnings 2022-05-28 17:52:42 +02:00
rss.py Update file headers 2020-04-18 13:45:44 +02:00
scraper.py Add some basic type annotations 2022-05-28 19:33:16 +02:00
singleton.py Stricter style checking & related style fixes 2020-10-11 20:15:27 +02:00
updater.py Update file headers 2020-04-18 13:45:44 +02:00
util.py Clean up some minor warnings 2022-05-28 17:52:42 +02:00
xml.py Stricter style checking & related style fixes 2020-10-11 20:15:27 +02:00