Fixed|libcore: Import scripts from loaded packages by default
The "*" path as default would import scripts from anywhere in the filetree, even from packages that are currently not loaded.
If a package provides script modules, it will add itself to the importpath. This produces a sufficient default import path.
View differences
Fixed|libcore: Import scripts from loaded packages by default
The "*" path as default would import scripts from anywhere in the file
tree, even from packages that are currently not loaded.
If a package provides script modules, it will add itself to the import
path. This produces a sufficient default import path.