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