!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"))); print("System state: " + py.getSystemState()); py.exec([[from constants import *]]); }