The Walabot API tells me to
from imp import load_source
WalabotAPI = load_source('WalabotAPI','/usr/share/walabot/python/WalabotAPI.py')
but the KDevelop IDE (version 5.1.0) doesn't index the module, so it's code auto-complete and navigation won't work for WalabotAPI
.
How can I make KDevelop tell to index the file; or alternatively, import the python module in a way that the KDevelop indexer understands?