fix dropbox import

This commit is contained in:
Rob Weber 2019-11-22 15:01:56 -06:00
parent 3aa912ca4c
commit edd4002d3f

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:
import dropbox
from . import dropbox
except ImportError:
pass