Ignore:
Timestamp:
07/04/17 14:42:52 (7 years ago)
Author:
davidb
Message:

Updates to cope with changes in Java ScriptEngine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Python.java

    r1078 r1080  
    5353    protected void init() {
    5454        ERROR_FRAMESET = "PythonErrors";
    55         scriptEngineManager = new ScriptEngineManager();
    5655        scriptEngine = scriptEngineManager.getEngineByMimeType("application/python");
    5756        scriptEngine.put("invocable", (Invocable) scriptEngine);
Note: See TracChangeset for help on using the changeset viewer.