A simple example python plugin - just hook onto events.

svn path=/trunk/; revision=35627
This commit is contained in:
Johnny Jacob
2008-06-11 21:22:15 +00:00
parent a8288ede30
commit 49db161be9
5 changed files with 81 additions and 0 deletions

View File

@ -0,0 +1,5 @@
'''hello_python.py - Python source designed to '''
'''demonstrate the use of python Eplugins'''
def say_hello():
print 'Hello ! From python'