mirror of
https://github.com/robweber/xbmcbackup.git
synced 2026-04-28 20:56:44 +02:00
created dummy pkg_resource.py file so that dropbox api will work
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import resources.lib.utils as utils
|
||||
|
||||
def resource_filename(*args):
|
||||
return utils.addon_dir() + "resources/lib/dropbox/trusted-certs.crt"
|
||||
Reference in New Issue
Block a user