The python import helper is really useful to save time importing libraries. However, I did find some problems with importing modules in the current library. Especially if the pythonpath is not at the root of the workspace.
For example, I will like to have:
from mylib.foo import Foo
but got:
from src.mylib.foo import Foo
I did not see any way to configure the extension. Could there be a way to remove it by providing a base python path?
Thank you very much,
Best Regards,
The python import helper is really useful to save time importing libraries. However, I did find some problems with importing modules in the current library. Especially if the pythonpath is not at the root of the workspace.
For example, I will like to have:
from mylib.foo import Foo
but got:
from src.mylib.foo import Foo
I did not see any way to configure the extension. Could there be a way to remove it by providing a base python path?
Thank you very much,
Best Regards,