Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Up-to-date Python examples

Hi Jay,

great someone plays with python scripting.

The first lines:

from org.eclipse.ease.modules import EnvironmentModule
EnvironmentModule().loadModule("/System/Environment")
import java
import org
import com

should not be necessary. They are loaded automatically before a script is executed.

About the scripts: would you mind pushing them to our gerrit repo?
https://git.eclipse.org/r/#/admin/projects/ease/org.eclipse.ease.scripts

best regards
Christian


Back to the top