Fixed an overly-zealous python module check for a module that was optional.
This commit is contained in:
parent
3e8b43d222
commit
eaa4ef8a20
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ def error_check_python_modules():
|
||||||
imp(settings.SEARCH_AT_RESULT)
|
imp(settings.SEARCH_AT_RESULT)
|
||||||
imp(settings.SEARCH_AT_MULTIMATCH_INPUT)
|
imp(settings.SEARCH_AT_MULTIMATCH_INPUT)
|
||||||
imp(settings.CONNECTION_SCREEN_MODULE, split=False)
|
imp(settings.CONNECTION_SCREEN_MODULE, split=False)
|
||||||
imp(settings.AT_INITIAL_SETUP_HOOK_MODULE, split=False)
|
#imp(settings.AT_INITIAL_SETUP_HOOK_MODULE, split=False)
|
||||||
for path in settings.LOCK_FUNC_MODULES:
|
for path in settings.LOCK_FUNC_MODULES:
|
||||||
imp(path, split=False)
|
imp(path, split=False)
|
||||||
# cmdsets
|
# cmdsets
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue