Call Jython Python to help users - fixes #995

This commit is contained in:
Tom Morris 2015-07-29 17:10:39 -04:00
parent ca9e2000ce
commit b296c29937
2 changed files with 2 additions and 2 deletions

View File

@ -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"
); );

View File

@ -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