Use the dropbox module instead of bundling code - module still needs to be updated in Kodi repo

This commit is contained in:
Rob Weber
2019-11-26 12:58:35 -06:00
parent dd5b99c978
commit 0cc0684263
32 changed files with 4 additions and 160432 deletions

View File

@@ -6,7 +6,7 @@ import resources.lib.utils as utils
# don't die on import error yet, these might not even get used
try:
from . import dropbox
from dropbox import dropbox
except ImportError:
pass