summaryrefslogtreecommitdiffstats
path: root/sandbox/old/contrib/implementation-script/testing/jython/helloworld/src/main/resources/HelloWorld.py
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/old/contrib/implementation-script/testing/jython/helloworld/src/main/resources/HelloWorld.py')
-rw-r--r--sandbox/old/contrib/implementation-script/testing/jython/helloworld/src/main/resources/HelloWorld.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sandbox/old/contrib/implementation-script/testing/jython/helloworld/src/main/resources/HelloWorld.py b/sandbox/old/contrib/implementation-script/testing/jython/helloworld/src/main/resources/HelloWorld.py
new file mode 100644
index 0000000000..d02c73f7c8
--- /dev/null
+++ b/sandbox/old/contrib/implementation-script/testing/jython/helloworld/src/main/resources/HelloWorld.py
@@ -0,0 +1,3 @@
+def getGreeting(name):
+ return 'pyHello ' + name
+