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