fixed some imports

This commit is contained in:
Rob Weber
2019-08-27 14:55:22 -05:00
parent 1f0e262c5b
commit 72c77fb33a
7 changed files with 15 additions and 16 deletions

View File

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