mirror of
https://github.com/logos-storage/deluge.git
synced 2026-05-02 07:33:25 +00:00
While developing, if there's a second deluge package, installed globally and another in develop mode somewhere else, while pkg_resources.require("Deluge") returns the proper deluge instance, pkg_resources.resource_filename does not, it returns the first found on the python path, which is not good enough. Work around this issue.