mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-11-23 11:41:30 +01:00
Use the dropbox module instead of bundling code - module still needs to be updated in Kodi repo
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user