!7 lib 1400166 // jython 2.7 import org.python.core.*; import org.python.util.*; p-exp { new PythonInterpreter py; assertEqualsVerbose("3", str(py.eval("1+2"))); py.eval([[from constants import *]]); }