mirror of
https://github.com/simon987/od-database.git
synced 2025-04-17 17:36:48 +00:00
Should fix import error
This commit is contained in:
parent
edede200f4
commit
5c386707ed
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user