mirror of
https://github.com/robweber/xbmcbackup.git
synced 2026-03-07 03:18:17 +01:00
fixed some imports
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:
|
||||
import dropbox
|
||||
from . import dropbox
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user