mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-15 04:45:49 +01:00
fix dropbox import
This commit is contained in:
parent
3aa912ca4c
commit
edd4002d3f
@ -4,7 +4,7 @@ import resources.lib.utils as utils
|
|||||||
|
|
||||||
#don't die on import error yet, these might not even get used
|
#don't die on import error yet, these might not even get used
|
||||||
try:
|
try:
|
||||||
import dropbox
|
from . import dropbox
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user