mirror of
https://github.com/robweber/xbmcbackup.git
synced 2026-05-25 08:41:22 +02: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