mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-12-23 06:27:55 +01:00
created dummy pkg_resource.py file so that dropbox api will work
This commit is contained in:
parent
d3eab55f8a
commit
9bc0c27ccf
4
resources/lib/dropbox/pkg_resources.py
Normal file
4
resources/lib/dropbox/pkg_resources.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
import resources.lib.utils as utils
|
||||||
|
|
||||||
|
def resource_filename(*args):
|
||||||
|
return utils.addon_dir() + "resources/lib/dropbox/trusted-certs.crt"
|
Loading…
Reference in New Issue
Block a user