Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Importing other modules

Hi,

I would suggest you use the "include" function for this. This will simply load and executed the content of the given script. It also supports "project:/" and "workspace:/" URLs.

Be aware that it will execute the file so if you call anything with a top-level statement this will be executed too (like calling main() at the end of your script).

Best regards, 
Martin 

Back to the top