fix: use more explicit import in config constructor
This commit is contained in:
parent
f5825e964c
commit
fd76766f56
2 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ preferdb = true
|
|||
orig_import = __import__
|
||||
|
||||
def mock_import(name, *args, **kwargs):
|
||||
if name == 'db':
|
||||
if name == 'wuttjamaican.db':
|
||||
raise ImportError
|
||||
return orig_import(name, *args, **kwargs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue