diff --git a/resources/lib/dropbox/pkg_resources.py b/resources/lib/dropbox/pkg_resources.py new file mode 100644 index 0000000..e9616bb --- /dev/null +++ b/resources/lib/dropbox/pkg_resources.py @@ -0,0 +1,4 @@ +import resources.lib.utils as utils + +def resource_filename(*args): + return utils.addon_dir() + "resources/lib/dropbox/trusted-certs.crt"