gpodder/tools/fake-dbus-module
Teemu Ikonen 6bd0bb0530 Remove unused imports and pass statements
Fixes flake8 error F401.
Most errors were fixed by running

autoflake -i -r --remove-all-unused-imports .

which also removes unnecessary 'pass' statements, some by hand-editing.
2022-11-14 18:32:09 +02:00
..
dbus Remove unused imports and pass statements 2022-11-14 18:32:09 +02:00
README Add fake/no-op D-Bus module for platforms without D-Bus 2011-07-15 17:54:22 +02:00

README

This directory contains a dummy "dbus" module for use with gPodder on platforms
where D-Bus is not available. The dummy "dbus" module will do nothing, but still
allow gPodder to run successfully without the need for the real D-Bus module.