Files
evolution/plugins/python/example/hello_python.py
Johnny Jacob 49db161be9 A simple example python plugin - just hook onto events.
svn path=/trunk/; revision=35627
2008-06-11 21:22:15 +00:00

6 lines
146 B
Python

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