Should fix import error

This commit is contained in:
Simon 2018-08-13 14:03:22 -04:00
parent edede200f4
commit 5c386707ed

View File

@ -9,7 +9,7 @@ from ftplib import FTP
# TODO: find a better way to do this
try:
from . import config
except ImportError:
except (ImportError, SystemError):
import config
import urllib3