summaryrefslogtreecommitdiffstats
path: root/sandbox/old/contrib/implementation-script/testing/jython/helloworld/src/main/resources/HelloWorld.py
blob: d02c73f7c8cb8e2d081f1c7168024eac6c588318 (plain)
1
2
3
def getGreeting(name):
   return 'pyHello ' + name