aboutsummaryrefslogtreecommitdiffstats
path: root/modules/plugin-python/example/hello_python.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/plugin-python/example/hello_python.py')
-rw-r--r--modules/plugin-python/example/hello_python.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/plugin-python/example/hello_python.py b/modules/plugin-python/example/hello_python.py
new file mode 100644
index 0000000000..16dc2a12f8
--- /dev/null
+++ b/modules/plugin-python/example/hello_python.py
@@ -0,0 +1,5 @@
+'''hello_python.py - Python source designed to '''
+'''demonstrate the use of python Eplugins'''
+
+def say_hello():
+ print 'Hello ! From python'