Thanks for the answer When I wrote this also worked.
prueba = local_import('plugin_test.test')
On 22 nov, 08:39, mdipierro <[email protected]> wrote:
> Assuming the file should be in
>
> applications/<yourapp>/modules/plugin_xx/libs1.py
>
> should be
>
> libs1 = local_import("plugin_xxx/libs1.py)
>
> and if there is a function f in the module
>
> r=libs1.f(...)
>
> On Nov 22, 5:09 am,Aurigadl<[email protected]> wrote:
>

