From 49db161be97ce0ff71b8fa9fbdf2a00a45ded788 Mon Sep 17 00:00:00 2001 From: Johnny Jacob Date: Wed, 11 Jun 2008 21:22:15 +0000 Subject: A simple example python plugin - just hook onto events. svn path=/trunk/; revision=35627 --- plugins/python/example/hello_python.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugins/python/example/hello_python.py (limited to 'plugins/python/example/hello_python.py') diff --git a/plugins/python/example/hello_python.py b/plugins/python/example/hello_python.py new file mode 100644 index 0000000000..16dc2a12f8 --- /dev/null +++ b/plugins/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' -- cgit v1.2.3