1
0
mirror of https://github.com/robweber/xbmcbackup.git synced 2025-01-02 10:56:26 +01:00

fix dropbox import

This commit is contained in:
Rob Weber 2019-09-30 14:36:33 -05:00
parent e91037208b
commit c50c5245fc

View File

@ -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