Call Jython Python to help users - fixes #995
This commit is contained in:
parent
ca9e2000ce
commit
b296c29937
@ -45,7 +45,7 @@ function init() {
|
|||||||
|
|
||||||
Packages.com.google.refine.expr.MetaParser.registerLanguageParser(
|
Packages.com.google.refine.expr.MetaParser.registerLanguageParser(
|
||||||
"jython",
|
"jython",
|
||||||
"Jython",
|
"Python / Jython",
|
||||||
Packages.com.google.refine.jython.JythonEvaluable.createParser(),
|
Packages.com.google.refine.jython.JythonEvaluable.createParser(),
|
||||||
"return value"
|
"return value"
|
||||||
);
|
);
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name = jython
|
name = jython
|
||||||
description = Google Refine Jython Extension
|
description = OpenRefine Jython (Python) Extension
|
||||||
templating = false
|
templating = false
|
||||||
requires = core
|
requires = core
|
||||||
|
Loading…
Reference in New Issue
Block a user