Skip to content
Commit 8c1c6f13 authored by Aurélien Dunand's avatar Aurélien Dunand Committed by Sébastien Luttringer
Browse files

Allow to use embedded lib in embedded lib



For example, if you have the following scripts in an image:
lib/
   |- 01-foo.py  (module 'foo')
   |- 02-bar.py  (module 'bar')
module 'bar' (and subsequent) could import and use content from module 'foo'.

Signed-off-by: default avatarSébastien Luttringer <sebastien.luttringer@smartjog.com>
parent ca30135f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment