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(
|
||||
"jython",
|
||||
"Jython",
|
||||
"Python / Jython",
|
||||
Packages.com.google.refine.jython.JythonEvaluable.createParser(),
|
||||
"return value"
|
||||
);
|
||||
|
@ -1,4 +1,4 @@
|
||||
name = jython
|
||||
description = Google Refine Jython Extension
|
||||
description = OpenRefine Jython (Python) Extension
|
||||
templating = false
|
||||
requires = core
|
||||
|
Loading…
Reference in New Issue
Block a user