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 #don't die on import error yet, these might not even get used
try: try:
from . import dropbox import dropbox
except ImportError: except ImportError:
pass pass