// /sbin/yast2 ./pyhello.ycp // less ~/.y2log { import "PyHello"; any a = PyHello::Hello("World"); y2milestone ("%1", a); }